Database error with wp_categories

  • Unknown's avatar

    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 FROM wp_posts p LEFT JOIN wp_post2cat pc ON p.ID = pc.post_id LEFT JOIN wp_categories c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_ID

    WordPress database error: [Table ‘monkeys_mysite.wp_post2cat’ doesn’t exist]
    SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM wp_posts p LEFT JOIN wp_post2cat pc ON p.ID = pc.post_id LEFT JOIN wp_categories c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_ID

    Warning: 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

  • Unknown's avatar

    You’re in the wrong forum. You need to be at wordpress.org/support for help with self-hosted blogs.

  • Unknown's avatar

    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.