When I try to write a post I get this message when I click publish: WordPress database error: [Table 'amie06_wrdp1.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 Can anyone tell me how to correct this? Thanks in advance for your time...
This may not be much help but I had this and I simply restarted my machine and not had the problem since. Not really a solution but it worked for me.
^ this is true...go into your mysql area and click "repair" next to your database listing. Might work. Otherwise, I've seen errors like this when the server was about to crash (or already has). Try restarting "MySQL server" in your server's admin panel, and try it again.