Fatal error — relevanssi_do_query
-
Hey Mikko – FacetWP author here. Some users are reporting a PHP fatal error. Relates to the following code:
$query = (object) array( 'is_admin' => false, 'query_vars' => array( 's' => $selected_values, 'paged' => 1, 'posts_per_page' => -1 ) ); relevanssi_do_query( $query );
Error message:
Fatal error: Call to undefined method stdClass::set() in /plugins/relevanssi/lib/search.php on line 1241
Screenshot of code in question: https://d.pr/i/XjxdK
Thanks
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Fatal error — relevanssi_do_query’ is closed to new replies.