Tables Errors
-
I was having problems with my blog last week. When I re-uploaded my config file, I was prompted to install wordpress for the first time. I ran the upgrade file instead and got this:
WordPress database error: [Table ‘shadrast.wp_categories’ doesn’t exist]
SELECT cat_ID, cat_name, category_nicename FROM wp_categoriesWordPress database error: [Table ‘shadrast.wp_post2cat’ doesn’t exist]
SELECT DISTINCT post_id FROM wp_post2catWordPress database error: [Table ‘shadrast.wp_categories’ doesn’t exist]
ALTER TABLEwp_categories
ADD INDEX (category_nicename
)WordPress database error: [Unknown column ‘user_nickname’ in ‘field list’]
SELECT ID, user_nickname, user_nicename FROM wp_usersWordPress database error: [Table ‘shadrast.wp_categories’ doesn’t exist]
SELECT * FROM wp_categories ORDER BY cat_IDWordPress database error: [Table ‘shadrast.wp_post2cat’ doesn’t exist]
SELECT post_id, category_id FROM wp_post2cat GROUP BY post_id, category_idWordPress database error: [Table ‘shadrast.wp_linkcategories’ doesn’t exist]
SELECT cat_id, cat_name FROM wp_linkcategories
Upgrade CompleteYour WordPress database has been successfully upgraded!
*should I continue with the upgrade or do something else?
- The topic ‘Tables Errors’ is closed to new replies.