• Resolved dferez

    (@dferez)


    I’m getting this error when switched to php7.2

    PHP Fatal error: Uncaught Error: [] operator not supported for strings in server/path/wp-content/plugins/classic-editor/classic-editor.php:681

    Any one else??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    This means there is another (older?) plugin that incorrectly returns something else than an array when using the plugin_action_links filter. This works in older PHP but in never versions it throws an error.

    If you can download all of your plugins, or have “local” copies, I’d suggest searching through them for the above filter to find out which may be doing it. If not, perhaps try disabling them one by one until you find the “culprit”.

    Plugin Author Andrew Ozz

    (@azaozz)

    Assuming this has been fixed and the plugin that “corrupts” the return value from the plugin_action_links was found and corrected ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Fatal error: Uncaught Error: [] operator not supported for strings in…’ is closed to new replies.