Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

getting weird error in error log files

$
0
0

Replies: 0

[22-Mar-2020 00:03:07 UTC] 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 ‘) THEN 30
ELSE 0
END ) ) as relevan’ at line 2 for query SELECT DISTINCT p.ID , p.post_title , p.post_content , p.post_excerpt , p.post_type , ( ( CASE
WHEN () THEN 30
ELSE 0
END ) ) as relevance FROM _IX1_posts p
LEFT JOIN _IX1_postmeta pmpv ON pmpv.post_id = p.ID LEFT JOIN _IX1_term_relationships t_rel ON p.ID = t_rel.object_id LEFT JOIN _IX1_term_taxonomy t_tax ON t_tax.term_taxonomy_id = t_rel.term_taxonomy_id LEFT JOIN _IX1_terms t ON t_tax.term_id = t.term_id WHERE p.post_status = ‘publish’ AND p.post_type IN (‘product’) AND p.ID NOT IN (
SELECT DISTINCT object_id
FROM _IX1_term_relationships t_rel
LEFT JOIN _IX1_term_taxonomy t_tax ON t_rel.term_taxonomy_id = t_tax.term_taxonomy_id
WHERE t_tax.term_id IN (‘6’)
) AND ( p.post_type NOT IN (‘product_variation’) OR
( p.post_type = ‘product_variation’ AND p.post_parent NOT IN (
SELECT DISTINCT object_id
FROM _IX1_term_relationships t_rel
LEFT JOIN _IX1_term_taxonomy t_tax ON t_rel.term_taxonomy_id = t_tax.term_taxonomy_id
WHERE t_tax.term_id IN (‘6’)
) ) ) AND ( p.post_type NOT IN (‘product’, ‘product_variation’) OR ( p.post_type IN (‘product’, ‘product_variation’) AND pmpv.meta_key = ‘_stock_status’ AND CAST(pmpv.meta_value AS CHAR) NOT IN (‘outofstock’) ) ) AND ( OR ( t_tax.taxonomy IN (‘product_tag’,’product_cat’) AND () )) GROUP BY p.ID ORDER BY relevance DESC , p.post_title ASC LIMIT 5 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_ysm_product_search’), WP_Hook->do_action, WP_Hook->apply_filters, Ysm_Search::product_search, Ysm_Search::search_posts


Viewing all articles
Browse latest Browse all 59525

Trending Articles