Support » Requests and Feedback » “Recent Posts” Widget Fails on Search

  • In our setup, we have the “Recent Posts” widget coming immediate after Search and Navigation, and whenever we do a Search, the spot where “Recent Posts” sits returns:

    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 '(wp_posts.post_status = 'publish') OR ( tter.name LIKE '%bugs%') OR ( c.comment' at line 1]
    SELECT DISTINCT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts LEFT JOIN wp_term_relationships AS trel ON (wp_posts.ID = trel.object_id) LEFT JOIN wp_term_taxonomy AS ttax ON ( ( ttax.taxonomy = 'post_tag' ) AND trel.term_taxonomy_id = ttax.term_taxonomy_id) LEFT JOIN wp_terms AS tter ON (ttax.term_id = tter.term_id) LEFT JOIN wp_comments AS c ON ( comment_post_ID = ID ) WHERE 1=1 AND wp_posts.(wp_posts.post_status = 'publish') OR ( tter.name LIKE '%bugs%') OR ( c.comment_post_ID = wp_posts.ID AND c.comment_approved = '1' AND c.comment_content LIKE '%bugs%') ORDER BY wp_posts.post_date DESC LIMIT 0, 5

    Any ideas? Nothing has changed Server side except the 2.5 & 2.5.1 upgrades.

Viewing 1 replies (of 1 total)
  • Thread Starter 112502

    (@112502)

    Nevermind … issue with the Search Everything plugin … if I disable the plugin, things work famously.

Viewing 1 replies (of 1 total)
  • The topic ‘“Recent Posts” Widget Fails on Search’ is closed to new replies.