Exception: Query error HY000: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away. Query: SELECT
`properties`.*
FROM `properties`
INNER JOIN `shop_item_properties` ON `properties`.`id` = `shop_item_properties`.`property_id`
INNER JOIN `shop_item_property_for_groups` ON `shop_item_property_for_groups`.`shop_item_property_id` = `shop_item_properties`.`id`
WHERE `shop_item_properties`.`shop_id` = '3' AND `shop_item_property_for_groups`.`shop_id` = '3' AND `shop_item_property_for_groups`.`shop_group_id` = 0 AND `properties`.`deleted` = 0
ORDER BY `properties`.`sorting` ASC
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/item/property/list/model.php:191 Core_Entity->findAll
modules/shop/controller/show.php:2225 Shop_Item_Property_List_Model->getPropertiesForGroup
modules/shop/controller/show.php:1887 Shop_Controller_Show->_itemsProperties
templates/template13/template.htm:266 Shop_Controller_Show->show
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:383 Core_Router_Route->execute