Getting A database Error
-
WordPress database error: [Table ‘kriskaos_wrdp1.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_IDwhen Ever I make a new post, this comes up on screen. The post seems to go through fine but I would perfer to fix it if I can. any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Getting A database Error’ is closed to new replies.