Exception: Query error HY000: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away. Query: SELECT
*
FROM `structures`
WHERE `structures`.`site_id` = '2' AND `active` = 1 AND `shortcut_id` = 0 AND `path` LIKE 'product' AND `parent_id` = 0 AND `structures`.`deleted` = 0
LIMIT 1
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/structure/model.php:621 Core_Entity->findAll
modules/core/command/controller/default.php:796 Structure_Model->getByPathAndParentId
modules/core/command/controller/default.php:114 Core_Command_Controller_Default->getStructure
modules/core/router/route.php:195 Core_Command_Controller_Default->showAction
index.php:383 Core_Router_Route->execute