Can’t Delete A Page from WP Admin Panel
-
Recently I moved my blog, since then I’m getting this error while I try to delete the page
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 p.post_date_gmt < ‘2006-09-01 12:07:30′ ORDER By p.post_date DESC’ at line 6]
SELECT DISTINCT MONTH(p.post_date) ASmonth
FROM wp_posts p INNER JOIN wp_post2cat p2c ON (p.ID = p2c.post_id ) WHERE YEAR(p.post_date) = AND p.post_date_gmt < ‘2006-09-01 12:07:30’ ORDER By p.post_date DESC
- The topic ‘Can’t Delete A Page from WP Admin Panel’ is closed to new replies.