Some Funky Blog and Database Errors

Hello Everyone,

I just wanted to make a little blog post that I have been working on the blog this lovely Sunday morning. Raleigh is asleep so I figured I could get some web tasks done. So some of you may have noticed that when you submit a comment you get a totally funky database error that makes no sense to anyone.

The error looked something like this.

WordPress database error: [Table ‘tristanpipo.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"

So I took the time and found that a rogue plugin on the site was causing the error. A few searches on the comment authors support forum found the answer and the issue appears to have been solved from my end.

I hope all is well on your side of the earth and I must admit having my blog back in working order is nice. Cheers!

0 thoughts on “Some Funky Blog and Database Errors”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.