Database error with 8.1.9 update
-
I recently tried to update the Search Everything plugin from 8.1.6 to 8.1.9, however I started getting WordPress Database errors like below when I updated:
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘))) AND wp_posts.post_type = ‘past-winners’ AND (wp_posts.post_status = ‘publis’ at line 3 for query SELECT wp_posts.* FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( \n wp_term_relationships.term_taxonomy_id IN (1776)\n) AND ((())) AND wp_posts.post_type = ‘past-winners’ AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘acf-disabled’) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/mytheme/page-winnersdatabase.php’), WP_Query->__construct, WP_Query->query, WP_Query->get_posts
Everything was fine when I reverted back to 8.1.6. Can you please look into the issue with 8.1.9?
- The topic ‘Database error with 8.1.9 update’ is closed to new replies.