Exception: Query error 42000: SQLSTATE[42000]: Syntax error or access violation: 1066 Not unique table/alias: 'shop_item_discounts'. Query: SELECT
SQL_CALC_FOUND_ROWS
`shop_items`.*, IF (`shop_items`.`shop_currency_id` = '1', IF (shop_discounts.value, IF(shop_discounts.type, price * 1 - shop_discounts.value, price * (100 - shop_discounts.value) * 1 / 100), shop_items.price * 1), price) AS `absolute_price`
FROM `shop_items`
LEFT OUTER JOIN `shop_item_discounts` ON `shop_items`.`id` = `shop_item_discounts`.`shop_item_id`
LEFT OUTER JOIN `shop_discounts` ON `shop_item_discounts`.`shop_discount_id` = `shop_discounts`.`id` AND ( `shop_discounts`.`end_datetime` >= '2022-08-15 09:43:03' OR `shop_discounts`.`end_datetime` = '0000-00-00 00:00:00' AND `shop_discounts`.`start_datetime` <= '2022-08-15 09:43:03' )
INNER JOIN `shop_item_discounts` ON `shop_item_discounts`.`shop_item_id` = `shop_items`.`id`
INNER JOIN `shop_discounts` ON `shop_discounts`.`id` = `shop_item_discounts`.`shop_discount_id`
WHERE `shop_items`.`shop_id` = '1' AND ( `shop_items`.`start_datetime` < '2022-08-15 09:43:03' OR `shop_items`.`start_datetime` = '0000-00-00 00:00:00' ) AND ( `shop_items`.`end_datetime` > '2022-08-15 09:43:03' OR `shop_items`.`end_datetime` = '0000-00-00 00:00:00' ) AND `shop_items`.`siteuser_group_id` IN (0, -1) AND `shop_items`.`modification_id` = 0 AND `shop_discounts`.`active` = 1 AND `shop_discounts`.`start_datetime` < '2022-08-15 09:43:03' AND `shop_discounts`.`end_datetime` > '2022-08-15 09:43:03' AND `shop_discounts`.`deleted` = 0 AND `shop_items`.`modification_id` = 0 AND `shop_items`.`active` = 1 AND `shop_items`.`deleted` = 0 AND `shop_items`.`active` = 1 AND `shop_items`.`deleted` = 0
ORDER BY `absolute_price` ASC
LIMIT 60
OFFSET 0
modules/core/database/pdo.php:630 Core_Exception->__construct
modules/core/querybuilder/statement.php:80 Core_DataBase_Pdo->query
modules/core/orm.php:518 Core_QueryBuilder_Statement->execute
modules/core/entity.php:531 Core_ORM->findAll
modules/shop/controller/show.php:1102 Core_Entity->findAll
hostcmsfiles/lib/lib_53/lib_53.php:399 Shop_Controller_Show->show
modules/lib/model.php:278 include
modules/core/page.php:166 Lib_Model->execute
templates/template12/template.htm:18 Core_Page->execute
modules/template/model.php:103 include
modules/core/page.php:166 Template_Model->execute
templates/template1/template.htm:541 Core_Page->execute
modules/template/model.php:103 include
modules/core/page.php:166 Template_Model->execute
modules/core/command/controller/default.php:583 Core_Page->execute
modules/core/router/route.php:195 Core_Command_Controller_Default->showAction
index.php:238 Core_Router_Route->execute