Exception: Query error HY000: SQLSTATE[HY000]: General error: 2013 Lost connection to MySQL server during query. Query: SELECT
*
FROM `structures`
WHERE `structures`.`site_id` = '1' AND `active` = 1 AND `shortcut_id` = 0 AND `path` LIKE 'sick' AND `parent_id` = '77' AND `structures`.`deleted` = 0
LIMIT 1
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/structure/model.php:618 Core_Entity->findAll
modules/core/command/controller/default.php:786 Structure_Model->getByPathAndParentId
modules/core/command/controller/default.php:115 Core_Command_Controller_Default->getStructure
modules/core/router/route.php:195 Core_Command_Controller_Default->showAction
index.php:342 Core_Router_Route->execute