database errors
-
Just upgraded to 2.3 a few days ago. Running a few plugins, and getting a few errors. These were not there with previous version so trying to figure this out.
After writing a post and clicking publish I get the following
WordPress database error: [Table ‘marklead_wrdp1.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/marklead/public_html/leaderschoice/blog/wp-includes/wp-db.php:160) in /home/marklead/public_html/leaderschoice/blog/wp-includes/pluggable.php on line 391
If I go to the manage posts page at the bottom it shows this error.
WordPress database error: [Table ‘marklead_wrdp1.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_ID
1Anyone..help is appreciated.
Thank you
- The topic ‘database errors’ is closed to new replies.