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_IDWordPress 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% [?]
October 17th, 2007 at 2:34 am
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…