Table ‘wordpress.wp_post2cat’ doesn’t exist
-
Since upgrading from 2.2.3 to 2.3 I now get this error when modifying a post or page:
WordPress database error: [Table ‘wordpress.wp_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp_posts
p LEFT JOINwp_post2cat
pc ON p.ID = pc.post_id LEFT JOINwp_categories
c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDWordPress database error: [Table ‘wordpress.wp_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp_posts
p LEFT JOINwp_post2cat
pc ON p.ID = pc.post_id LEFT JOINwp_categories
c 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 C:\AppServ\www\wordpress\wp-includes\wp-db.php:160) in C:\AppServ\www\wordpress\wp-includes\pluggable.php on line 390
???
- The topic ‘Table ‘wordpress.wp_post2cat’ doesn’t exist’ is closed to new replies.