Error in database
-
Since upgrading to 2.3 I am now experiencing this error when I try and write a new post and insert an image using the NextGen Gallery plugin.
WordPress database error: [Table ‘livingseattle.wp_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp_postsp LEFT JOINwp_post2catpc ON p.ID = pc.post_id LEFT JOINwp_categoriesc ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDAny idea why this is showing up and how to correct it?
The topic ‘Error in database’ is closed to new replies.