Mysql Query error in search.php
-
There needs to be an ” AND ” added to the $filter[‘filter_where’] clause in the query which appears on line 333:
‘AND ‘ . $filter_date_clause .
$wpml_where_particle .
$filter[‘filter_where’] .
$post_status_where .
if $filter[‘filter_where’] contains a value. Otherwise the query fails.
Plugin version: 2.3.1
- The topic ‘Mysql Query error in search.php’ is closed to new replies.