Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Havlik

    (@mtekk)

    What version of PHP7 are you running? Also, can you elaborate as to how is the plugin broken (e.g. what error messages are you seeing, or what isn’t working)? I develop against PHP 7.3, as far as I know, it should not have issue with PHP7.

    Thread Starter Kevin

    (@kevinsteveblogger)

    Hi

    When I enable this plugin, my all plugin page get broken. The list does not load.
    I have to enter in wordpress recovery mode to disable this plugin.

    The error I see in wordpress rocvery mode is this: https://prnt.sc/rstmw4

    Plugin Author John Havlik

    (@mtekk)

    Hi Kevin,

    Thanks for providing more detail, I think I know what is going on. While there is an error that gets thrown by part of Breadcrumb NavXT, the cause of the error most likely is not Breadcrumb NavXT. The filter (plugin_action_links) being handled by the function in questions is supposed to pass in an array for the first parameter. However, some other code (likely another plugin) is messing up this first parameter so a string is passed in instead of an array. In the past, this didn’t trigger a PHP error, now it does. I recommend disabling all of the plugins other than Breadcrumb NavXT, then activate them, one-by-one until the error re-appears. Once it re-appears, you’ll know what plugin is causing the issue (and can let that plugin author know they have a bug that needs to be fixed).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Updated PHP To V7 – Plugin Broked’ is closed to new replies.