Exception: Query error 42S22: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'shop_filter40.property3323' in 'where clause'. Query: SELECT
DISTINCT
STRAIGHT_JOIN
SQL_CALC_FOUND_ROWS
`shop_items`.*
FROM `shop_filter40`
INNER JOIN `shop_items` ON `shop_items`.`id` = `shop_filter40`.`shop_item_id`
WHERE `shop_items`.`shop_id` = '40' AND ( `shop_items`.`start_datetime` < '2024-11-25 00:18:08' OR `shop_items`.`start_datetime` = '0000-00-00 00:00:00' ) AND ( `shop_items`.`end_datetime` > '2024-11-25 00:18:08' OR `shop_items`.`end_datetime` = '0000-00-00 00:00:00' ) AND `shop_items`.`siteuser_group_id` IN (0, -1) AND `shop_filter40`.`property3323` = 7472 AND `shop_items`.`active` = 1 AND `shop_items`.`price` > 0 AND `shop_items`.`shop_group_id` IN ('6184') AND `shop_items`.`deleted` = 0
ORDER BY `shop_items`.`out_production` ASC, `shop_items`.`sorting` ASC
LIMIT 30
OFFSET 0
modules/core/database/pdo.php:680 Core_Exception->__construct
modules/core/querybuilder/statement.php:87 Core_DataBase_Pdo->query
modules/core/orm.php:542 Core_QueryBuilder_Statement->execute
modules/core/entity.php:621 Core_ORM->findAll
modules/shop/controller/show.php:1320 Core_Entity->findAll
hostcmsfiles/lib/lib_128/lib_config_128.php:1960 Shop_Controller_Show->show
modules/core/command/controller/default.php:549 include
modules/core/router/route.php:195 Core_Command_Controller_Default->showAction
index.php:240 Core_Router_Route->execute