SQL error after updating to 3.1.0
-
Hi,
Started getting an error after updating to 3.1.0:
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘AND comment_type != ‘webhook_delivery’ ORDER BY comment_date_gmt DESC LIMIT 5′ at line 1
SELECT wp_comments.* FROM wp_comments AND comment_type != 'webhook_delivery' ORDER BY comment_date_gmt DESC LIMIT 5
As we can see “where” is missing in the query.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘SQL error after updating to 3.1.0’ is closed to new replies.