PHP Warnings in error log
-
Hello, when i try to filter it create lines in error log.
it says:
PHP Warning: Invalid argument supplied for foreach() in ../../woocommerce-products-filter/index.php on line 2276And when i check that line
//var_dump($key_array); foreach ($this->settings['meta_filter'] as $item) { $key = $item['search_view'] . "_" . $item['meta_key']; if (in_array($key,array_keys($get_array))) { $hide_products=false; } } }
Could you please help me?
Thnx
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Warnings in error log’ is closed to new replies.