Undefined index error with latest BTF version/WP 4.4
-
Getting the following error:
Notice: Undefined index: show_description in /_LOCAL/wp-content/plugins/beautiful-taxonomy-filters/public/class-beautiful-taxonomy-filters-walker.php on line 53
I had a similar error with an unrelated bit of code when I upgraded to PHP 5.6.X. This is on a local instal (MAMP Pro) running PHP 5.6.10.
What I had to do in my case was add
isset
to the request as it was trying to index something that was not there.See here: https://stackoverflow.com/questions/4842759/php-undefined-index
Any idea how to fix without editing plugin code?
https://www.ads-software.com/plugins/beautiful-taxonomy-filters/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Undefined index error with latest BTF version/WP 4.4’ is closed to new replies.