WordPress database error: [Table ‘wp_terms’ doesn’t exist] (WP 2.3)
-
I backed up my database and did the upgrade as normal (generally overwriting the existing files) and I get a *long* list of these errors when I get to the upgrade page:
WordPress database error: [Table ‘wp_terms’ doesn’t exist]
INSERT INTO wp_terms (term_id, name, slug, term_group) VALUES (‘3’, ‘Development’, ‘development’, ‘0’)WordPress database error: [Table ‘wp_term_taxonomy’ doesn’t exist]
INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (‘3’, ‘category’, ‘PHP & MySQL Development’, ‘0’, ’38’)I have tried different themes. I have tried dropping the tables, reverting to the backup and trying again. I’m not sure what else to try at this point.
Also, searching google shows cache of a lot of other sites that had this problem but no documentation on how they may have fixed it.
- The topic ‘WordPress database error: [Table ‘wp_terms’ doesn’t exist] (WP 2.3)’ is closed to new replies.