• Resolved borisj

    (@borisj)


    I just updated to the current version and now there is nothing but blank after the inserted code. Strange that this happens everywhere except on the pages. Disabeling the plugin and everything works fine.

    Do I have to adjust my settings somhow?

    An other issue I’m facing too is that my cusom menue was somehow destroyed. But I’m not sure if this is related to the breadcrumbs issue.

    Regards from Germany
    Boris

    http://wordpress.org/extend/plugins/breadcrumb-navxt/

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

    (@mtekk)

    Can you try enabling WP_DEBUG and let me know if there are any PHP warnings or errors that show up?

    Thread Starter borisj

    (@borisj)

    Thanks mtekk! The following sows up.

    Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /www/htdocs/…/wp-includes/functions.php on line 3468

    Don’t what this means and to what it is related to. Any idea?

    Plugin Author John Havlik

    (@mtekk)

    That shoes up right after the call to bcn_display? Are you using a translation set (I’d guess it’d be the de_DE local)?

    What happens if you replace line 208 in breadcrumb_navxt_class.php with:
    load_plugin_textdomain( 'breadcrumb-navxt', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );

    Also, have you visited the settings page for Breadcrumb NavXT since upgrading?

    As for the custom menu being destroyed, Breadcrumb NavXT does not interact with custom menus so that shouldn’t be related.

    Thread Starter borisj

    (@borisj)

    Hi mtekk,

    thanks for getting back to me so quickly.

    I fixed the problem. The reason wasn’t your plugin but some categories that disappeared in the wordpress admin panel. They were still available in the MySQL database…

    Thanks again!
    Boris

    Thread Starter borisj

    (@borisj)

    resolved 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] Since 4.2.0 update blank posts, cats, not pages’ is closed to new replies.