-
-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading brings WordPress down (500) #768
Comments
Can you look in the GHU |
I'm guessing it doesn't. I had to revert the update as it was affecting a production site but I still have the logs if that helps. I tried to replicate using MAMP locally but it worked fine. I'm guessing maybe it has something to do with permissions? Does Github Updater trying to use composer after install or something? |
Composer is used by me and the Very curious. If you want to email me the logs or post them somewhere I’d be curious to see if I can identify something. |
Honestly, it's not much more than the original error
|
Can you make sure this file is set up correctly for you? It’s part of the composer autoloader. Also make sure https://github.com/afragen/github-updater/blob/develop/vendor/composer/autoload_classmap.php |
Closing for lack of response. |
Upgrading from 8.4.1 to 8.6.3 on a Bitnami powered WP site, gives the following error:
PHP Fatal error: Uncaught Error: Class 'Fragen\Singleton' not found in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/github-updater/src/GitHub_Updater/Traits/GHU_Trait.php:50
Stack trace:
0 wordpress/htdocs/wp-content/plugins/github-updater/src/GitHub_Updater/Init.php(33): Fragen\GitHub_Updater\Init->load_options()
1 wordpress/htdocs/wp-content/plugins/github-updater/src/GitHub_Updater/Bootstrap.php(57): Fragen\GitHub_Updater\Init->__construct()
2 wordpress/htdocs/wp-content/plugins/github-updater/src/GitHub_Updater/Bootstrap.php(20): Fragen\GitHub_Updater\Bootstrap->run('/opt/bitnami/ap...', '/opt/bitnami/ap...')
3 wordpress/htdocs/wp-content/plugins/github-updater/github-updater.php(53): require_once('/opt/bitnami/ap...')
4 wordpress/htdocs/wp-settings.php(305): include_once('/opt/bitnami/ap...')
5 wordpress/htdocs/wp-config.php(108): require_once('/opt/bitnami/ap...')
The text was updated successfully, but these errors were encountered: