Table ‘wordpress.wp_terms’ doesn’t exist – after upgrade to 2.3
-
I just updated from 2.1.1 to 2.3, using the SVN method for the first time. (I did follow the instructions for converting to SVN for udpates).
Things appeared to go fine in the update, and the blog looked okay at first. But when I cleared cache I started getting WP errors:
- 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 (100, 96, 99, 98, 97, 93, 92, 91, 90, 89) ORDER BY t.name ASC occurs at top of page - WordPress database error: [Table ‘wordpress.wp_terms’ doesn’t exist]
SELECT t.*, tt.* 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’) AND tr.object_id IN (100) ORDER BY t.name ASC at bottom of entries
Any suggestions on how to resolve this?
- WordPress database error: [Table ‘wordpress.wp_terms’ doesn’t exist]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Table ‘wordpress.wp_terms’ doesn’t exist – after upgrade to 2.3’ is closed to new replies.