-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 18.6.1 causes fatal error with WordPress 6.4.5 #62986
Comments
I can confirm. To easily test, here's a Playground link. |
@t-hamano adding changes to the compat directory won't solve this because the button rendering code is directly referring to the If we can find the source of this code that will help fix it. Otherwise, in two weeks Gutenberg won't support 6.4 anymore so if it takes longer than that to fix, it's possibly worth waiting. I may have reviewed the PR that made the change but I can't find it now. |
Thank you for your feedback. It may be easiest to wait until the Gutenberg plugin drops support for 6.4, but I'm concerned that the issue will remain for sites using a Gutenberg plugin version that supports 6.4. I think the ideal solution would be the following, what do you think?
|
@t-hamano perhaps the easiest option would be to copy the updates to the HTML API into Gutenberg with a I noticed that there's already a If that doesn't work we should only need to bring the Core version of the Tag Processor for 6.4/6.5 into Gutenberg and create a |
@beckej13820 Thanks for reporting this, version 18.7.1 of the Gutenberg plugin has just rolled out and will have @t-hamano's fix for this issue. |
Description
This is a problem that first appeared on a Multisite with ~500 sites, but was then replicated on a fresh WordPress multisite with no other plugins enabled.
Gutenberg plugin is causing a fatal error when activated on a WordPress running 6.4.5
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
No response
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: