• 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) AS year, MONTH(post_date) AS month, 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 DESC

    I use WP 1.2.1

    How can I fix it? Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter pit

    (@pit)

    Oh, it is fixed by now. The problem wasn’t in WP. There was a problem with disk space on my server and mysql tables were a bit corrupted, but after I repaired my tables in phpMyAdmin everything was fixed.

Viewing 1 replies (of 1 total)

The topic ‘Database error: [Duplicate entry ‘25762’ for key 1]’ is closed to new replies.