Database error after updating to new WordPress
-
I have been this error after I update posts since I upgraded to the newest version of wordpress. the posts get update. I just get this error after clicking the save buttom
WordPress database error: [Table ‘db178988076.wp_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp_postsp LEFT JOINwp_post2catpc ON p.ID = pc.post_id LEFT JOINwp_categoriesc ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDWordPress database error: [Table ‘db178988076.wp_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp_postsp LEFT JOINwp_post2catpc ON p.ID = pc.post_id LEFT JOINwp_categoriesc ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDWarning: Cannot modify header information – headers already sent by (output started at /homepages/42/d169267346/htdocs/wp-includes/wp-db.php:160) in /homepages/42/d169267346/htdocs/wp-includes/pluggable.php on line 391
-
@oseymour
You need to ask over at http://wordpress.org/support/ since we here at wordpress.org use different software and don’t know the answer to your question.
- The topic ‘Database error after updating to new WordPress’ is closed to new replies.