unquoted string in taxonomy search
-
spotted this unusual error in the logs.
Filter appears to have been added for en – there is no en category as such, though en is a language code which is used in taxonomy tables by Polylang. Haven’t been able to reproduce as yet.
WordPress database error Unknown column ‘en’ in ‘where clause’ for query SELECT tt.term_taxonomy_id
FROM wp_term_taxonomy AS tt
LEFT JOIN wp_terms AS t ON (tt.term_id=t.term_id)
WHERE tt.taxonomy = ‘category’ AND t.term_id IN (en) made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, apply_filters_ref_array(‘the_posts’), WP_Hook->apply_filters, relevanssi_query, relevanssi_do_query, relevanssi_search, relevanssi_process_query_args, relevanssi_process_tax_query, relevanssi_process_tax_query_row, relevanssi_term_tax_id_from_row
- The topic ‘unquoted string in taxonomy search’ is closed to new replies.