Exception: Query error 42000: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'zelseptik_ru.shop_items.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by. Query: SELECT
DISTINCT
STRAIGHT_JOIN
SQL_CALC_FOUND_ROWS
`shop_items`.*, IF(`shop_items`.`modification_id` > 0, `shop_items`.`modification_id`, `shop_items`.`id`) AS `dataTmpId`
FROM `shop_filter1`
INNER JOIN `shop_items` ON `shop_items`.`id` = `shop_filter1`.`shop_item_id`
LEFT OUTER JOIN `shop_groups` AS `sg` ON `sg`.`id` = `shop_items`.`shop_group_id`
WHERE `shop_items`.`shop_id` = '1' AND ( `shop_items`.`start_datetime` < '2026-02-16 01:45:50' OR `shop_items`.`start_datetime` = '0000-00-00 00:00:00' ) AND ( `shop_items`.`end_datetime` > '2026-02-16 01:45:50' OR `shop_items`.`end_datetime` = '0000-00-00 00:00:00' ) AND `shop_items`.`siteuser_group_id` IN (0, -1) AND `shop_filter1`.`property11` = 1 AND `shop_items`.`active` = 1 AND `shop_items`.`shortcut_id` = 0 AND ( `sg`.`active` = 1 AND `sg`.`deleted` = 0 AND `sg`.`siteuser_group_id` IN (0, -1) OR `sg`.`id` IS NULL ) AND `shop_items`.`closed` = 0 AND `shop_items`.`deleted` = 0
GROUP BY `dataTmpId`
ORDER BY `price` ASC
LIMIT 24
OFFSET 0
modules/core/database/pdo.php:679 Core_Exception->__construct
modules/core/querybuilder/statement.php:87 Core_DataBase_Pdo->query
modules/core/orm.php:551 Core_QueryBuilder_Statement->execute
modules/core/entity.php:620 Core_ORM->findAll
modules/shop/controller/show.php:1532 Core_Entity->findAll
modules/shop/controller/show.php:1832 Shop_Controller_Show->getShopItems
hostcmsfiles/lib/lib_6/lib_6.php:351 Shop_Controller_Show->show
modules/lib/model.php:277 include
modules/core/page.php:176 Lib_Model->execute
templates/template5/template.htm:467 Core_Page->execute
modules/template/model.php:107 include
modules/core/page.php:176 Template_Model->execute
templates/template1/template.htm:964 Core_Page->execute
modules/template/model.php:107 include
modules/core/page.php:176 Template_Model->execute
modules/core/command/controller/default.php:621 Core_Page->execute
modules/core/router/route.php:195 Core_Command_Controller_Default->showAction
index.php:379 Core_Router_Route->execute