• Resolved ZeroGravity

    (@zerogravity)


    Is anyone using this with PHP 8? I can’t find anything referencing if the plugin is fully compatible with v8+

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hello @zerogravity
    thanks for your question. The plugin is compatible with PHP v8.x. There are no known issues with it.

    Thread Starter ZeroGravity

    (@zerogravity)

    Thanks!

    The following is an error message I receive after upgrading to Php8:
    TypeError thrown
    call_user_func_array(): Argument #1 ($callback) must be a valid callback, non-static method Black_Studio_TinyMCE_Compatibility_Plugins::siteorigin_panels_enable_pages() cannot be called statically
    I do have the latest version of Black_Studio_TinyMCE installed.
    Please advise

    Plugin Author Marco Chiesi

    (@marcochiesi)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP 8 Compatible?’ is closed to new replies.