Database errors and missing content after upgrade
-
I have transferred my hosting server and upgraded WP from version 2 to the current (3.0.1) following this guide:
https://www.dollarshower.com/move-wordpress-blog-to-another-host-server/Most of the process went ok and the site and content was viewable on the new host.
First problem was that I couldn’t login as admin on the new host, the password resets didnt work so I changed it manually using phpMyAdmin.
Once I could login it propmted me to upgrade the database which I did. This went through with the following errors:
WordPress database error: [Duplicate entry '1' for key 1] INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (1, 'Hua Hin', 'hua-hin', 0) WordPress database error: [Duplicate entry '1-category' for key 2] INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES ( 1, 'category', 'General topics on Hua Hin and the area.', 0, 106) WordPress database error: [Duplicate entry '2' for key 1] INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (2, 'Expats', 'expats', 0) WordPress database error: [Duplicate entry '2-link_category' for key 2] INSERT INTO <code>wp_term_taxonomy</code> (<code>term_id</code>,<code>taxonomy</code>,<code>description</code>,<code>parent</code>,<code>count</code>) VALUES ('2','link_category','','0','0') Upgrade Complete Your WordPress database has been successfully upgraded!
Then it took me to the new 3.0.1 admin panel. All seemed ok until I viewed the site and tried to click on an article, it gave me a 404 error stating that the article does not exist.
Any help would be appreciated.
- The topic ‘Database errors and missing content after upgrade’ is closed to new replies.