-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Gutenberg 10.2.0 Locked caused a fatal error #29977
Labels
Needs Testing
Needs further testing to be confirmed.
Comments
I was running WordPress 5.6. After the upgrade to 5.7, everything started working as expected. |
Thanks for letting me know about 5.7. I hadn't updated WP either, now I can re-activate Gutenberg. |
Anyone can confirm the WordPress version causing the issue., AFAIK WP_Block_Supports is present on 5.6 as well so it shouldn't cause this. |
😬 Oops, I was actually on WordPress 5.4.2. |
Ok Thanks, closing for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating to 10.2.0 I got an email about a technical issue with the plugin:
Error Details
An error of type E_ERROR was caused in line 59 of the file /homepages/44/d675584201/htdocs/clickandbuilds/WordPress/Production/wp-content/plugins/gutenberg/lib/block-supports/generated-classname.php. Error message: Uncaught Error: Class 'WP_Block_Supports' not found in /homepages/44/d675584201/htdocs/clickandbuilds/WordPress/Production/wp-content/plugins/gutenberg/lib/block-supports/generated-classname.php:59
Stack trace:
#0 /homepages/44/d675584201/htdocs/clickandbuilds/WordPress/Production/wp-content/plugins/gutenberg/lib/load.php(117): require()
#1 /homepages/44/d675584201/htdocs/clickandbuilds/WordPress/Production/wp-content/plugins/gutenberg/gutenberg.php(213): require_once('/homepages/44/d...')
#2 /homepages/44/d675584201/htdocs/clickandbuilds/WordPress/Production/wp-content/plugins/gutenberg/gutenberg.php(20): gutenberg_pre_init()
#3 /homepages/44/d675584201/htdocs/clickandbuilds/WordPress/Production/wp-settings.php(377): include_once('/homepages/44/d...')
#4 /homepages/44/d675584201/htdocs/clickandbuilds/WordPress/Production/wp-config.php(92): require_once('/homepages/44/d...')
#5 /homepages/44/d675584201/htdocs/clickandbuilds/WordPress/Production/wp-load.php(37): require_once('/homepages/44/d...')
#6 /homepages
I was able to de-activate the plugin via ftp. Now I don't want to activate it until I know this has been addressed.
The text was updated successfully, but these errors were encountered: