and today I get this 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 p.post_date_gmt < ‘2006-06-02 15:27:06′ ORDER By p.post_date DESC’ at line 6]
SELECT DISTINCT MONTH(p.post_date) AS month 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-06-02 15:27:06’ ORDER By p.post_date DESC
Warning: Invalid argument supplied for foreach() in /home/xxx/public_html/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 292
Warning: Invalid argument supplied for foreach() in /home/xxx/public_html/wp-content/plugins/af-extended-live-archive/af-extended-live-archive-include.php on line 459
Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/wp-includes/wp-db.php:102) in /home/xxx/public_html/wp-admin/post.php on line 154