Error message – Undefined array key “query”
-
Since the latest update I get following error message in debug.log
PHP Warning: Undefined array key “query” in …\wp-content\plugins\ajax-search-for-woocommerce\includes\Integrations\Plugins\WooProductFilter\WooProductFilter.php on line 74
Woofilter 2.2.3 + WoofilterPro 2.2.3
FiboSearch 1.21.0Update:
Happens only when I remove a filter previously set.Update 2:
It seems only to happen if a filter is not searching for variations and therefor the url has no “?wpf_fbv=1” parameter when filters are removed.Update 3:
Fixed it for me by checking if $url_query_args exists before using wp_parse_string in Line 74
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error message – Undefined array key “query”’ is closed to new replies.