Upgraded Now Major Issues
-
Okay, I followed the directions tonight and decided to update to the latest version of WP. Everything seemed to go well until I did the actual database update.
I got a bunch of table don’t exist errors but the database update said it was successful. So I go out to the site and activation all plugins and it loads. But I get the following error at the top of my site:
‘WordPress database error: [Table ‘husarus_wrdp1.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 (1181, 1173, 1172, 1170, 1169) ORDER BY t.name ASC’Now I start looking around in the admin to make sure everything is okay. I am getting all kinds of errors like this one for every category of my posts when I try to edit them:
‘WordPress database error: [Table ‘husarus_wrdp1.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 (1181) ORDER BY t.name ASC’So the issue is really with my categories I think. I get this error when I go Manage Categories:
‘
WordPress database error: [Table ‘husarus_wrdp1.wp_terms’ doesn’t exist]
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = ‘category’ AND t.term_id = ‘1’ LIMIT 1′Any ideas?
- The topic ‘Upgraded Now Major Issues’ is closed to new replies.