Plugin Support
ying
(@yingscarlett)
Hi there,
Not sure I understand your question, I don’t see the the error related to GB.
What theme are you using? Can you show us a screenshot of the error page? And if you disable all other plugins except GB, does the error still occur?
Let me know 🙂
Thread Starter
Stefano
(@stefacchio)
The error is displayed with any classic theme. I have tried changing several, for example Astra (free version).
When I disable the Generateblocks plugin the error disappears.
I think that the plugin uses a deprecated function of wp-editor or wp-edit-posts.
Obviously WP_DEBUG = true
here the screenshot of the error page
Thanks
-
This reply was modified 1 year, 10 months ago by
Stefano.
Plugin Support
Alvind
(@alvindcaesar)
Hi there,
Do you have any existing widgets created there already?
Thread Starter
Stefano
(@stefacchio)
Yes, block widgets. but I tried to delete all widgets, save and refresh the page and it’s the same…
https://imgur.com/a/nglVsqw
-
This reply was modified 1 year, 10 months ago by
Stefano.
Plugin Support
ying
(@yingscarlett)
Hum…I can not replicate the issue, I tried with Astra free theme as well, didn’t see this error. And I searched the entire GB codes, it does not use wp.editPost.PluginSidebar function at all. So I doubt it’s a GB issue.
Have you tried disabling all your plugins except GB to test?
Let me know 🙂
Thread Starter
Stefano
(@stefacchio)
mmmh very strange… Yes I disabled all plugins except generateblocks. I’ll try to make a local fresh WP installation and I’ll try It again.
I’ll let you know in a few time.
Plugin Support
ying
(@yingscarlett)
Thanks, please keep us updated! And can you also try with GeneratePress free theme?
Thread Starter
Stefano
(@stefacchio)
I created a fresh WP installation, same error.
Astra or GeneratePress Theme, the error appears only with Generateblock plugin enabled.
I don’t know if the wp.editPost.PluginSidebar error is related but I consider the first PHP error.
WP_DEBUG = true
WP v6.6.1
PHP v8.3.6
Wamp Server v3.3.5 on Windows 11
Let me know
Thread Starter
Stefano
(@stefacchio)
I tried to disable and enable again generateblocks and these errors into console debug appears:
Store "core/interface" is already registered. data.min.js?ver=7c62e39de0308c73d50c
wp.editPost.PluginSidebar is deprecated since version 6.6. Please use wp.editor.PluginSidebar instead. deprecated.min.js?ve…84915c5e8ae38964c:2
select( 'core/edit-site' ).__experimentalGetPreviewDeviceType is deprecated since version 6.5 and will be removed in version 6.7. Please use select( 'core/editor' ).getDeviceType instead. deprecated.min.js?ve…84915c5e8ae38964c:2
I don’t know if they are in the plugin code, maybe they are part of wordpress core, but there is something in the plugin that triggers these errors.
Plugin Support
David
(@diggeddy)
Hi there,
I can replicate the issue.
I’ll mark this for investigation and a potential bug fix.
Thanks for reporting , its not a critical issue so you can safely ignore and just disable the debugging on the site to get rid of the error.
Thread Starter
Stefano
(@stefacchio)
Perfect, thank you.
I thought it was not a critical error but in development it is really annoying and could also conflict with additional plugins or blocks.
Have a nice day
Stefano
Plugin Support
David
(@diggeddy)
Yeah we just need to review why the patch we added to exclude the wp-editor from the widget editor is no longer applying. But thanks for reporting.