Shop Ajax Filter issue
-
I’m using the Filter Everything plugin filter on the shop page, and when I click on the filter, I get a database error in the AJAX response. Currently, AJAX filtering is enabled, but the error still appears even when AJAX is disabled.
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘) AND ((wp_posts.post_type = ‘product’ AND (wp_posts.post_status = ‘publish’ …’ at line 7]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (24) ) ) AND ((wp_posts.post_type = 'product' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled' OR wp_posts.post_status = 'wfob-disabled' OR wp_posts.post_status = 'wfocu-disabled' OR wp_posts.post_status = 'private'))) GROUP BY wp_posts.ID ORDER BY wp_posts.menu_order ASC, wp_posts.post_title ASC LIMIT 0, 12 /* Current SQL Query is filtered by Filter Everything plugin */
https://prnt.sc/KHbHHa1JHPqF
You must be logged in to reply to this topic.