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

    (@mtekk)

    Do you have WP_DEBUG enabled? I’m wondering if there is a PHP error that is being thrown (and hidden for some reason). As far as I can tell, the only way that you should see something like this is if the stored settings version is older than the current version of Breadcrumb NavXT. It should result in another message requesting that you perform an one-click migration of your settings.

    Thread Starter jmbalsa

    (@jmbalsa)

    define(‘WP_DEBUG’, false);

    That’s what I’ve got in my wp-config.

    I don’t know what’s going on, I just updated plugin and wp version and nothing more, what can I do? any chance to fix this?

    Thanks

    Plugin Author John Havlik

    (@mtekk)

    Try setting define(‘WP_DEBUG’, true); in your wp-config. I’m assuming there is PHP error or warning being thrown that is causing the rest of the page settings page to not output/render.

    Otherwise, you can try going into the wp_options table of your WordPress database and delete bcn_version. If that doesn’t work, you can try deleting bcn_options. Note that deleting bcn_options will delete any settings you previously had set and force Breadcrumb NavXT to use the default setting values.

    • This reply was modified 7 years, 6 months ago by John Havlik.
    Thread Starter jmbalsa

    (@jmbalsa)

    I’ve deleted bcn_version and it works now!

    Thank u very much!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t access to admin panel’ is closed to new replies.