Database error: [Duplicate entry ‘25762’ for key 1]
-
I’ve searched but haven’t found anything apropriate π
Suddenly on my blog pages at http://mera.com.ru this mysql error appeared at the top of the page and in the archives section:
Database error: [Duplicate entry ‘25762’ for key 1]
SELECT DISTINCT YEAR(post_date) ASyear, MONTH(post_date) ASmonth, count(ID) as posts FROM wp_posts WHERE post_date < ‘2005-03-09 10:01:25’ AND post_status = ‘publish’ GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESCI use WP 1.2.1
How can I fix it? Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Database error: [Duplicate entry ‘25762’ for key 1]’ is closed to new replies.