PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 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 '))' at line 2: SELECT base.tid AS tid, base.vid AS vid, base.name AS name, base.description AS description, base.format AS format, base.weight AS weight, v.machine_name AS vocabulary_machine_name FROM {taxonomy_term_data} base INNER JOIN {taxonomy_vocabulary} v ON base.vid = v.vid WHERE (base.name LIKE :db_condition_placeholder_0 ESCAPE '\\') AND (base.vid IN ()) ; Array ( [:db_condition_placeholder_0] => ZOOVNY ) in EntityCacheControllerHelper::entityCacheLoad() (line 95 of X:\home\www\sites\all\modules\contrib\entitycache\entitycache.module).

Comments

catch’s picture

Status: Active » Closed (works as designed)

That's a bug in calling code, not this module - see the AND (base.vid IN () and work back from there.