Hello All -
I am getting the following error when i save/publish a post or a page, and it happened after upgrading to 2.3. I am not sure if it is a line of PHP fix, or if a new database must be created. Your help is appreciated. Thanks. Scott
Here's the error that gets generated:
PROBLEM:
********************************************************************
WordPress database error: [Table 'astrodai_wrdp1.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM wp_posts p LEFT JOIN wp_post2cat pc ON p.ID = pc.post_id LEFT JOIN wp_categories c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID
Warning: Cannot modify header information - headers already sent by (output started at /home/astrodai/public_html/astroblog/wp-includes/wp-db.php:160) in /home/astrodai/public_html/astroblog/wp-includes/pluggable.php on line 390
********************************************************************