• Resolved wickywills

    (@wickywills)


    I have installed NavXT, and it works well on every page until I start adding URL parameters to manipulate the page query. For example

    /support/?support_problem=battery&support_product=samsung-galaxy

    If I do this, my query output changes correctly, however I receive the following error from NavXT:

    Notice: Undefined index: Htax_support_product_template_no_anchor in /var/www/wp-content/plugins/breadcrumb-navxt/class.bcn_breadcrumb_trail.php on line 555

    In an effort to keep my error log clean, is this a bug with the plugin, or some sort of setting that I need to tweak?

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

    (@mtekk)

    It’s a little bit of both. There is a bug in 6.0.x that will be fixed for 6.2.0 where safe defaults are not always added for CPTs/custom taxonomies since the checks for the existence of the settings made incorrect assumptions. If you go to the settings page and press “Save Changes” (or if you get the settings migration prompt, “migrate settings”), that should resolve the issue for your current setup. Otherwise, you can always try the Netballer branch of Breadcrumb NavXT from GitHub (https://github.com/mtekk/Breadcrumb-NavXT/tree/netballer).

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

    (@wickywills)

    Thanks very much @mtekk, simply clicking “Save changes” in the settings solved my problem 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error when using with URL taxonomy parameters’ is closed to new replies.