PHP Warning: Undefined array key
-
Hello I’m getting an Undefined array key error on this last line:
//Place the breadcrumb in the trail, uses the constructor to set the title, template, and type, get a pointer to it in return
$breadcrumb = $this->add(new bcn_breadcrumb(
$term->name,
$this->opt['Htax_' . $term->taxonomy . '_template_no_anchor'],The exact error is:
PHP Warning: Undefined array key “Htax_attachment_tag_template_no_anchor” in /nas/content/live/ccahalliance/wp-content/plugins/breadcrumb-navxt/class.bcn_breadcrumb_trail.php on line 583
I presume it is one of my custom post types behaving badly or something similar, but is there a way to use array_key_exists() since this may also be related to a PHP update?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.