WordPress database error Unknown column 'tter.name' in 'where clause'
-
Hi, any idea why I am getting this error in my server log?
Here’s a complete log:
WordPress database error Unknown column 'tter.name' in 'where clause' for query SELECT wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta.post_id) WHERE 1=1 AND (((((wp_posts.post_title LIKE '%זיגי%') OR (wp_posts.post_content LIKE '%זיגי%')) AND ((wp_posts.post_title LIKE '%סטאר%') OR (wp_posts.post_content LIKE '%סטאר%')) AND ((wp_posts.post_title LIKE '%דאסט%') OR (wp_posts.post_content LIKE '%דאסט%'))) OR (((tter.name LIKE '%זיגי%') AND (tter.name LIKE '%סטאר%') AND (tter.name LIKE '%דאסט%')) OR (tter.name LIKE '%זיגי סטאר דאסט%')) )) AND (wp_posts.post_password = '') AND wp_posts.post_type = 'product' AND (wp_posts.post_status = 'publish') AND ( (wp_postmeta.meta_key = '_visibility' AND CAST(wp_postmeta.meta_value AS CHAR) IN ('visible','search')) ) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC made by require('wp-blog-header.php'), wp, WP->main, do_action_ref_array, call_user_func_array, WC_Query->get_products_in_view, get_posts, WP_Query->query, WP_Query->get_posts
The topic ‘WordPress database error Unknown column 'tter.name' in 'where clause'’ is closed to new replies.