Error Messages After Saving Any Post
-
Over a year ago, someone else took my first attempt at creating a website and put it on WordPress. This person did everything, all I did (and knew how to do) was post to it. About two months ago, the site was running really slow and this person upgraded my site to the newer version of WordPress.
Immediately I noticed error messages and this person’s explanation was that the template that I had was causing the problem. So I found another template, but the errors were still there. Luckily, we figured out that the problem was one of the plugins.
However, here’s what is happening now:
Whenever I attempt to save a new post, or edit and save a post, I get messages like the following whenever I click Save:
WordPress database error: [Table ‘netmarke_wrdp1.wp_post2cat’ doesn’t exist]
SELECT cat_ID,cat_name FROM wp_posts p, wp_post2cat pc, wp_categories c where p.ID = pc.post_id and pc.category_id = c.cat_ID and post_status = ‘publish’ GROUP BY cat_IDWordPress database error: [Table ‘netmarke_wrdp1.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 ‘netmarke_wrdp1.wp_post2cat’ doesn’t exist]
SELECT cat_ID,cat_name FROM wp_posts p, wp_post2cat pc, wp_categories c where p.ID = pc.post_id and pc.category_id = c.cat_ID and post_status = ‘publish’ GROUP BY cat_IDWordPress database error: [Table ‘netmarke_wrdp1.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_IDLuckily the post and edits are there, but I am at a loss as to why this keeps happening and what to do to fix it.
The person who was taking caring of my site has abandoned me, so now I’m on my own. Can anyone help me understand why this is happening and how to fix it?
- The topic ‘Error Messages After Saving Any Post’ is closed to new replies.