• Hi everyone, i get this error when i try to make a new post on my blog:

    WordPress database error: [Table 'daveodwy_forum.wp_categories' doesn't exist]
    SELECT c.cat_ID AS ID, MAX(p.post_modified) AS last_mod FROM <code>wp_categories</code> c, <code>wp_post2cat</code> pc, <code>wp_posts</code> p WHERE pc.category_id = c.cat_ID AND p.ID = pc.post_id AND p.post_status = 'publish' AND p.post_type='post' GROUP BY c.cat_id

    I also get this error when I try to post a comment:

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

    Warning: Cannot modify header information – headers already sent by (output started at /home/daveodwy/public_html/davesblogidge.com/wp-includes/wp-db.php:160) in /home/daveodwy/public_html/davesblogidge.com/wp-includes/pluggable.php on line 390′

    My blog URL is http://www.davesblogidge.com

    Thanks for all help,
    Much appreciated,
    Dave

Viewing 3 replies - 1 through 3 (of 3 total)
  • You likely have a theme and/or plugin that is not 2.3 compatible.

    I’m thinking its the theme because I have the same issue and I have updated every single plugin I have and canned the ones that weren’t compatible. Where would one fix this in the theme though? I wouldn’t even know where to begin.

    I ran into the same problem but deactivating Google Sitemap generator helped fixed the error. I am using a modified version of the Cutline theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error after upgrading to 2.3’ is closed to new replies.