MySQL Error when deleting posts/pages – Something to do with ELA
-
I get this error whenever I delete a page/post. The thing actually gets deleted but this shows up.
month
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 p2c.category_id <> 1 AND p2c.category_id <> 18 AND p.post_date_gmt ' at line 5]
SELECT DISTINCT MONTH(p.post_date) ASFROM wp_posts p INNER JOIN wp_post2cat p2c ON (p.ID = p2c.post_id ) WHERE YEAR(p.post_date) = AND p2c.category_id <> 1 AND p2c.category_id <> 18 AND p.post_date_gmt < '2007-01-17 10:46:13' ORDER By p.post_date DESC
Warning: Invalid argument supplied for foreach() in /home/.greer/myworld/gollygolly.com/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 294
Warning: Invalid argument supplied for foreach() in /home/.greer/myworld/gollygolly.com/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 461
1
- The topic ‘MySQL Error when deleting posts/pages – Something to do with ELA’ is closed to new replies.