MySql problem

February 6, 2006 by korokmu · 2 Comments
Filed under: Blogging 

Yahoo! The trackbacks function works nicely. But another problem must be solved. After making a post a page full of errors appears.

WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ON (wp_posts.ID = .post_id) WHERE post_date > 0 AND c]
SELECT tag_id FROM wp_posts INNER JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) INNER JOIN ON (wp_posts.ID = .post_id) WHERE post_date > 0 AND category_id <> 11 AND ID = 88 ORDER By post_date DESC

WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND category_id <> 11' at line 4]
SELECT post_id FROM wp_post2cat WHERE category_id = AND category_id <> 11

I don’t know what to do. Any MySql guru out there, who can help me? :(
..

2 Responses to “MySql problem”

  1. Edrei says:

    Check the wordpress forums. I saw this error there before. It’s one of your plugins.

  2. CypherHackz says:

    This also happen to me too.

Leave a Reply