SQL Sytax Error
-
I keep on getting the following error after installing the “Other Posts from Cat” plugin:
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 wp_posts.ID = wp_term_relationships.object_id AND wp_term_relationships.’ at line 7]
SELECT DISTINCT ID, post_title, post_date, wp_terms.term_id as post_category FROM wp_posts, wp_terms, wp_term_relationships, wp_term_taxonomy WHERE wp_terms.term_id = AND wp_posts.ID = wp_term_relationships.object_id AND wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id AND wp_term_taxonomy.term_id = wp_terms.term_id AND ID != 500 AND post_status = ‘publish’ ORDER BY post_date DESC LIMIT 400
Any idea what’s wrong?
- The topic ‘SQL Sytax Error’ is closed to new replies.