• Receive the error:
    `
    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_postmeta.meta_key = ‘featured’ ) AND wp_posts.post_type = ‘list’ at line 1]
    SELECT wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND ((())) AND ( wp_postmeta.meta_key = ‘featured’ ) AND wp_posts.post_type = ‘listing’ AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘acf-disabled’ OR wp_posts.post_status = ‘private’) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value 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 ( wp_postmeta.meta_key = ‘featured’ ) AND wp_posts.post_type = ‘list’ at line 1]
    SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND wp_posts.ID IN (0) AND ((())) AND ( wp_postmeta.meta_key = ‘featured’ ) AND wp_posts.post_type = ‘listing’ AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘acf-disabled’ OR wp_posts.post_status = ‘private’) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value DESC LIMIT 0, 12
    `

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

    (@jamesadvantec)

    Due to the time I have (or don’t have!) on my project, I have switched to using another plugin – Relevanssi. When I get time I will debug and take a look at the Search Everything plugin then report back here.

Viewing 1 replies (of 1 total)
  • The topic ‘Doesn’t work in WordPress 4.8.3’ is closed to new replies.