Forums

Database Error after upgrade - saying a table doesn't exist? (3 posts)

  1. tsteward
    Member
    Posted 2 years ago #

    After I just upgraded to 2.3 on a blog, everytime I post or save a post it gives me this error.

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

    I am not a database master, so can someone help explain what I need to do?

  2. jeremyclark13
    Moderator
    Posted 2 years ago #

    Don't need to be a db master just look at the top of the forum for a sticky.
    http://wordpress.org/support/topic/135564?replies=75

  3. tsteward
    Member
    Posted 2 years ago #

    Ack - Thanks for the patient reply.

Topic Closed

This topic has been closed to new replies.

About this Topic