Bug Report: PHP Error ‘count()’ in ajax.php on line 128
-
Full error message:
Warning: count(): Parameter must be an array or an object that implements Countable in …/wp-content/plugins/wp-autosearch/ajax/ajax.php on line 128
Suggesting to replace line 128
if(!$query_results || count($query_results)==0){
by
if(!$query_results || $query_results->have_posts() == false){
- The topic ‘Bug Report: PHP Error ‘count()’ in ajax.php on line 128’ is closed to new replies.