Upgrade to WordPress 2.3
Monday, September 24th, 2007My WordPress upgrade to version 2.3 was greeted by this error after running the update script:
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 (214) ORDER BY t.name ASC
The problem fixed itself after I saved an edit to a post. I suspect any change to the categories would also fix the problem.

