Exception: Query error HY000: SQLSTATE[HY000]: General error: 1114 The table '/tmp/#sqlcc06_2e7ce92_a' is full. Query: SELECT SQL_CALC_FOUND_ROWS `shop_items`.*
FROM `shop_items`
LEFT OUTER JOIN `shop_warehouse_items` AS `shop_warehouse_itemsOsnov` ON `shop_warehouse_itemsOsnov`.`shop_item_id` = `shop_items`.`id`
LEFT OUTER JOIN `shop_warehouse_items` AS `shop_warehouse_itemsUdal` ON `shop_warehouse_itemsUdal`.`shop_item_id` = `shop_items`.`id`
WHERE `shop_items`.`shop_id` = '1' AND `shop_items`.`active` = 1 AND `shop_items`.`shop_producer_id` = '328' AND `shop_warehouse_itemsOsnov`.`shop_warehouse_id` IN (6) AND ( `shop_warehouse_itemsUdal`.`shop_warehouse_id` IN (10) OR `shop_warehouse_itemsUdal`.`shop_warehouse_id` IN (6, 10) ) AND `shop_items`.`deleted` = 0
GROUP BY `shop_items`.`id`
ORDER BY SUM(`shop_warehouse_itemsOsnov`.`count`) DESC, SUM(`shop_warehouse_itemsUdal`.`count`) DESC, `shop_items`.`name` ASC
LIMIT 12
OFFSET 1284
modules/core/database/pdo.php:679 Core_Exception->__construct
modules/core/querybuilder/statement.php:86 Core_DataBase_Pdo->query
modules/core/orm.php:551 Core_QueryBuilder_Statement->execute
modules/core/entity.php:620 Core_ORM->findAll
hostcmsfiles/lib/lib_41/lib_config_41.php:50 Core_Entity->findAll
modules/core/command/controller/default.php:663 include
modules/core/router/route.php:280 Core_Command_Controller_Default->showAction
modules/core/router/route.php:290 Core_Router_Route->{closure}
index.php:404 Core_Router_Route->execute