Database error with wp_categories
-
i just set up my wordpress blog and installed seo title tags plugin and edited the category pages to use excerpts instead of full posts. now i’m getting a database error when publishing edits and new posts. the error page comes up but when i view the site the edits or new post is there so everything seems to be working fine. it’s just driving me crazy that i can’t fix this. please help.
WordPress database error: [Table ‘monkeys_mysite.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 ‘monkeys_mysite.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 /home/monkeys/public_html/mysite/wp-includes/wp-db.php:160) in /home/monkeys/public_html/mysite/wp-includes/pluggable.php on line 391
-
You’re in the wrong forum. You need to be at wordpress.org/support for help with self-hosted blogs.
-
wow thanks ellaella. i went over there and found the solution to my problem right away. :)
- The topic ‘Database error with wp_categories’ is closed to new replies.