Strange WordPress database error
-
This is weird. I’ve been accepting comments for years, but this morning when I approved one on my blog, I got the following message:
WordPress database error: [Table ‘familywe_fww.wp3_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp3_posts
p LEFT JOINwp3_post2cat
pc ON p.ID = pc.post_id LEFT JOINwp3_categories
c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_ID
1Just before approving this one, I approved another one just fine.
Does anyone have ideas as to what’s at play here?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Strange WordPress database error’ is closed to new replies.