error with following table: wp_post2cat
-
Hello.
I just built a new site with wordpress and I keep on getting the following error when I try to post something:WordPress database error: [Table ‘flare.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 ‘flare.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 /home/flare/public_html/wp-includes/wp-db.php:160) in /home/flare/public_html/wp-includes/pluggable.php on line 390
The posts actually get posted so this seems to be more of an irritation than a real issue but it doesn’t make me feel good to see that every time I try to post something. Any ideas?
- The topic ‘error with following table: wp_post2cat’ is closed to new replies.