I just upgraded my Wordpress installation to 2.3.3 and when I make a post I get this error message. The post still shows up though.
Quote:
WordPress database error: [Table 'armymomn_wp1.wp_categories' doesn't exist]
SELECT c.cat_ID AS ID, MAX(p.post_modified) AS last_mod FROM `wp_categories` c, `wp_post2cat` pc, `wp_posts` p WHERE pc.category_id = c.cat_ID AND p.ID = pc.post_id AND p.post_status = 'publish' AND p.post_type='post' GROUP BY c.cat_id
Warning: Cannot modify header information - headers already sent by (output started at /home/armymomn/public_html/wp-includes/wp-db.php:176) in /home/armymomn/public_html/wp-includes/pluggable.php on line 390
|
Can someone tell me what I need to do to fix this? Everything else is working great (which surprised the heck out of me, since I was scared to death to try to attempt the upgrade on my own).