Hello @zsujoker
Unfortunately, I am not able to reproduce the error you reported using the same conditions.
The error message is claiming that the method Black_Studio_TinyMCE_Compatibility_Plugins::siteorigin_panels_enable_pages()
should not be called statically, but actually, it’s not called statically from inside the plugin.
I suspect there could be some other piece of code that is calling that method statically.
Please could you specify which theme are you using and which other plugins are present? Also, if there’s any 3rd party additional custom code on the website.
Specifically there seems to be something that is calling Black_Studio_TinyMCE_Compatibility_Plugins::siteorigin_panels_enable_pages()
.
If you could look in your entire codebase for “Black_Studio_TinyMCE_Compatibility_Plugins” or “siteorigin_panels_enable_pages”, it could help to find the culprit.
With regard to the latest error, I don’t think it’s related to our plugin. In our plugin, the media_buttons_context
action is not used at all in favor of media_buttons
.