WordPress database error
-
When I login as an admin on my blog, I get following error:
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 (post_type = 'post' AND (post_status = 'publish' OR post_status = 'future' O' at line 1]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND ID = wp-admin/ AND (post_type = 'post' AND (post_status = 'publish' OR post_status = 'future' OR post_status = 'draft' OR post_status = 'private')) ORDER BY post_date DESC LIMIT 0, 3`
Please help, thank you!
The topic ‘WordPress database error’ is closed to new replies.