A reader of this blog submitted a question regarding a problem he is currently having with the RSS feed in his WordPress installation:
I am the webmaster of XXX and i am having a problem with my feeds.
When i try to validate them it shows me this:
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 = .object_id ) WHERE 1 = 1 AND .term_taxonomy_id.term_taxonomy_’ at line 1
Do you know what i can do to fix it?
I am using v2.2.1
Kind Regards
My recommendation is to upgrade your WordPress installation to the latest version available: 2.3.2.
Reason? The error message you are receiving refers to a database table called term_taxonomy_id.term_taxonomy.
That database table did not exist in version 2.2.1 - - it was introduced into the WordPress core in version 2.3.2.



