MySql problem
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 DESCWordPress 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? ![]()
..



Check the wordpress forums. I saw this error there before. It’s one of your plugins.
This also happen to me too.