I had to make my test blog my main blog and my main blog my test blog. Ever since I upgraded to the WordPress 2.3.3 I got this error message every time I made a new post:
WordPress database error: [Table ‘db176943733.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
I’m not really sure what it means, but I imagine I screwed up somewhere. So instead, I just did a new install of wordpress, moved all of my posts, comments, etc over, and renamed some directories. Hopefully this works out, not sure how it might affect old stats and whatnot.
Apparently one of the problems I now face is that all of my tags for all of the previous posts have been changed to numbers and I don’t exactly remember what tag each number actually stands for. I guess I will be trying to re-tag everything.