I was trying to expose some filters in views and I got this warning:

user warning: 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 'FROM node node LEFT JOIN term_node term_node ON node.nid = term_node.nid LEFT J' at line 1 query: SELECT node.nid, FROM node node LEFT JOIN term_node term_node ON node.nid = term_node.nid LEFT JOIN term_hierarchy term_hierarchy ON term_node.tid = term_hierarchy.tid WHERE (term_node.tid IN ('')) LIMIT 0, 1 in C:\Program Files\xampp\htdocs\mysite\includes\database.mysql.inc on line 172.

is this a views bug or is there something wrong with xampp?

Comments

DL’s picture

anyone had the same experience?

catch’s picture

Status: Active » Closed (duplicate)