Feeds, Pownce and WP 2.3
(7)
So some of you might have noticed that my feeds are completely out of whack. Well since the upgrade to 2.3 some plugins that say they are 2.3 compatible aren't working. However, I'm not completely sure it's the plugins causing the issue because I'm getting similar errors this very second while writing this post.
The auto save produces this error every time I write a post, no matter what I do:
WordPress database error: [Table 'name.prefix_categories' doesn't exist]
SELECT c.cat_ID AS ID, MAX(p.post_modified) AS last_mod FROM `prefix_categories` c, `prefix_post2cat` pc, `prefix_posts` p WHERE pc.category_id = c.cat_ID AND p.ID ...