• Just downloaded and activated the plugin on a WordPress 6.11 website running the Twenty-Twenty One theme. It’s a test site. Here’s the error that prints on the screen about 40 times:

    Warning: array_key_exists() expects parameter 2 to be array, bool given in /raid/home/sixtesting/pennertesting6/provision63/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit.php on line 531

    Warning: Cannot use a scalar value as an array in /raid/home/sixtesting/pennertesting6/provision63/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit.php on line 537

    Any ideas? Looks like a really cool plugin. Hoping to try it out! ??

    The page I need help with: [log in to see the link]

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

    (@mtekk)

    From looking at the code, my assumption is wp_kses_allowed_html() is returning something other than an array on your site. This may be due to something hooking into one of the several filters within that function and not returning an array like it should. You could try deactivating all plugins other than Breadcrumb NavXT to see if the warnings go away. What page/where do these PHP warnings end up showing up, is it on the front end of the site, on the Breadcrumb NavXT settings page, only on the plugins page immediately after activating, or somewhere else?

Viewing 1 replies (of 1 total)
  • The topic ‘Error Upon Plugin Activation’ is closed to new replies.