WordPress database error: [Table ‘user_445520.wp_categories’ doesn’t exist]
-
I’ve already searched the forums and unfortunately wasn’t able to find anything on this. I guess that either means no one else has reported it OR I’m horrible at searching.
Whenever I make a new post, I get this error message:
WordPress database error: [Table ‘user_445520.wp_categories’ doesn’t exist]
SELECT categories.* FROM wp_categories as categories INNER JOIN wp_post2cat as post2cat ON post2cat.category_id = categories.cat_ID INNER JOIN wp_posts as posts ON posts.ID = post2cat.post_id WHERE categories.category_nicename IN ( ‘archives’ ) AND categories.category_parent = 0 AND posts.post_status = ‘publish’ AND posts.post_date_gmt <= ‘2007-11-08 19:54:00’WordPress database error: [Table ‘user_445520.wp_categories’ doesn’t exist]
SELECT categories.* FROM wp_categories as categories INNER JOIN wp_post2cat as post2cat ON post2cat.category_id = categories.cat_ID INNER JOIN wp_posts as posts ON posts.ID = post2cat.post_id WHERE categories.category_nicename IN ( ‘archives’ ) AND categories.category_parent = 0 AND posts.post_status = ‘publish’ AND posts.post_date_gmt <= ‘2007-11-08 19:54:00’Warning: Cannot modify header information – headers already sent by (output started at /home/content/c/s/a/csalis75/html/wordpress/wp-includes/wp-db.php:160) in /home/content/c/s/a/csalis75/html/wordpress/wp-includes/pluggable.php on line 391
The post actually posts, but for some reason I get this message. I thought it might be something with the plugins so I disabled them all one at a time, but I still got the error message.
Any thoughts or suggestions?
- The topic ‘WordPress database error: [Table ‘user_445520.wp_categories’ doesn’t exist]’ is closed to new replies.