October 9th, 2007

Just Upgraded to WordPress 2.3

Upgrade went pretty smoothly.

However:

WordPress database error: [Table ‘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 ‘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

After digging in Google i found this — You need to update Google Sitemaps plugin as found in this thread: http://wordpress.org/support/topic/135564

Worked out!

Popularity: 21% [?]

Tags: , ,

One Response to “Just Upgraded to WordPress 2.3”

  1. SOCIALPRENEUR Says:

    Mass Post Manager plugin for 2.3…

    Mass Post Manager is such a great plugin to mass manage posts on WordPress.
    Without this plugin, we all have to delete manually one by one, or use phpmyadmin (I’ve done it although I don’t know much about its how-to).
    However, sadly this pl…

Leave a Reply

You must be logged in to post a comment.