errors please if you could help me
-
After doing basic things, like adding a post, I get this error…
WordPress database error: [Table ‘girlfriend_wordpress.wp_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp_posts
p LEFT JOINwp_post2cat
pc ON p.ID = pc.post_id LEFT JOINwp_categories
c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDWordPress database error: [Table ‘girlfriend_wordpress.wp_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp_posts
p LEFT JOINwp_post2cat
pc ON p.ID = pc.post_id LEFT JOINwp_categories
c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDyet when i go to look, it published fine…. This is happening in other places too, yet appears to be the same errors.
Im afraid if I keep getting these errors after common tasks, its going to mess something up…
yet, it publishes fine…. anyone have any idea what is causing this, and how to fix.
- The topic ‘errors please if you could help me’ is closed to new replies.