SELECT widget.id, widget.widgets_zone_id, widget.type_id, widget.pos, widget.active, wc.option_name, wc.value, wct.value as trans_value, wct.lid FROM widgets AS widget LEFT JOIN widgets_configs AS wc ON wc.widget_id=widget.id LEFT JOIN widgets_configs_trans AS wct ON wct.config_id=wc.id WHERE 1 AND widgets_zone_id IN () AND `active` = '1' ORDER BY pos;
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 ') AND `active` = '1' ORDER BY pos' at line 1