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

Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, bool given in /var/www/vendor/toolboxcore/core/src/Dao/Dao.php on line 782

Notice: Undefined index: name in /var/www/webapp/modules/widgets/actions/listAction.php on line 30

Notice: Trying to access array offset on value of type null in /var/www/webapp/modules/widgets/actions/listAction.php on line 30

Notice: Undefined index: id in /var/www/webapp/themes/bebras/modules/elements/actions/menuRenderAction.php on line 102
Develop.ltic.lt
oConsulting GmbH