wp_terms’ doesn’t exist
-
I tried installing 2.3. I’ve upgraded before and never had a problem.
Now I upgraded and I’m getting the following on every page:
WordPress database error: [Table ‘MAIN_USERNAME_wp.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 (11, 10, 9, 8, 5) ORDER BY t.name ASCI’ve seen another post that has similar error message but my problem seems to be different. I can log on to my wp-admin page, have access to my posts, I deleted all plug-ins and all themes except for the default ones so the problem doesn’t exist there. I’m stumped!
The topic ‘wp_terms’ doesn’t exist’ is closed to new replies.