Hello, I get the following error when posting or editing a page or post. However the page and posts will still take the edit. This happens right after I hit save. All my plugins show updated.
Here is the error I get
WordPress database error: [Table ‘db208998606.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
Thanks in advance for any help I can get.