wp_terms does not exist
-
I upgraded my install on a development system and now I get this:
WordPress database error: [Table ‘wordpress.wp_terms’ doesn’t exist]
SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘category’, ‘post_tag’) AND tr.object_id IN (8, 5, 4) ORDER BY t.name ASCIt seems that none of the terms tables got created. I did not see any errors during the upgrade. Any ideas what went wrong?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wp_terms does not exist’ is closed to new replies.