Hi @janlill
thanks for your report. It seems the same issue report in this previous thread and I was not able to reproduce it.
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.