[Bitrix\Main\DB\SqlQueryException] 
Mysql query error: (2006) MySQL server has gone away (400)
SELECT 
	`sale_location_location`.`ID` AS `ID`,
	`sale_location_location`.`CODE` AS `CODE`,
	`sale_location_location`.`LEFT_MARGIN` AS `LEFT_MARGIN`,
	`sale_location_location`.`RIGHT_MARGIN` AS `RIGHT_MARGIN`,
	`sale_location_location`.`DEPTH_LEVEL` AS `DEPTH_LEVEL`,
	`sale_location_location`.`SORT` AS `SORT`,
	`sale_location_location`.`PARENT_ID` AS `PARENT_ID`,
	`sale_location_location`.`TYPE_ID` AS `TYPE_ID`,
	`sale_location_location`.`LATITUDE` AS `LATITUDE`,
	`sale_location_location`.`LONGITUDE` AS `LONGITUDE`,
	`sale_location_location`.`COUNTRY_ID` AS `COUNTRY_ID`,
	`sale_location_location`.`REGION_ID` AS `REGION_ID`,
	`sale_location_location`.`CITY_ID` AS `CITY_ID`,
	`sale_location_location`.`LOC_DEFAULT` AS `LOC_DEFAULT`,
	`sale_location_location_name`.`ID` AS `SALE_LOCATION_LOCATION_NAME_ID`,
	`sale_location_location_name`.`NAME` AS `SALE_LOCATION_LOCATION_NAME_NAME`,
	`sale_location_location_name`.`NAME_UPPER` AS `SALE_LOCATION_LOCATION_NAME_NAME_UPPER`,
	`sale_location_location_name`.`SHORT_NAME` AS `SALE_LOCATION_LOCATION_NAME_SHORT_NAME`,
	`sale_location_location_name`.`NAME_NORM` AS `SALE_LOCATION_LOCATION_NAME_NAME_NORM`,
	`sale_location_location_name`.`LANGUAGE_ID` AS `SALE_LOCATION_LOCATION_NAME_LANGUAGE_ID`,
	`sale_location_location_name`.`LOCATION_ID` AS `SALE_LOCATION_LOCATION_NAME_LOCATION_ID`
FROM `b_sale_location` `sale_location_location` 
INNER JOIN `b_sale_loc_name` `sale_location_location_name` ON `sale_location_location`.`ID` = `sale_location_location_name`.`LOCATION_ID`
WHERE (`sale_location_location_name`.`NAME` IS NULL OR `sale_location_location_name`.`NAME` = '')
AND `sale_location_location_name`.`LANGUAGE_ID` = 'ru'
/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/db/mysqliconnection.php:137
#0: Bitrix\Main\DB\MysqliConnection->queryInternal(string, array, NULL)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/db/connection.php:330
#1: Bitrix\Main\DB\Connection->query(string)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/orm/query/query.php:3304
#2: Bitrix\Main\ORM\Query\Query->query(string)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/orm/query/query.php:816
#3: Bitrix\Main\ORM\Query\Query->exec()
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/orm/data/datamanager.php:500
#4: Bitrix\Main\ORM\Data\DataManager::getList(array)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/sotbit.regions/lib/system/location.php:66
#5: Sotbit\Regions\System\Location->getByName(NULL)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/sotbit.regions/lib/system/multi.php:27
#6: Sotbit\Regions\System\Multi->findRegion()
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/sotbit.regions/lib/region.php:46
#7: Sotbit\Regions\Region->findRegion()
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/sotbit.regions/lib/location/domain.php:248
#8: Sotbit\Regions\Location\Domain::getCurrentLocation()
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/sotbit.regions/lib/location/domain.php:153
#9: Sotbit\Regions\Location\Domain::setLocation()
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/sotbit.regions/lib/location/domain.php:46
#10: Sotbit\Regions\Location\Domain->__construct()
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/components/sotbit/regions.choose/class.php:79
#11: SotbitRegionsChooseComponent->executeComponent()
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/classes/general/component.php:649
#12: CBitrixComponent->includeComponent(string, array, NULL)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/classes/general/main.php:1038
#13: CAllMain->IncludeComponent(string, string, array)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/templates/tort_adapt_new/header.php:47
#14: include_once(string)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/include/prolog_after.php:106
#15: require(string)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/include/prolog.php:11
#16: require_once(string)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/header.php:1
#17: require(string)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/catalog/index.php:2
#18: include_once(string)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/include/urlrewrite.php:159
#19: include_once(string)
	/var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/urlrewrite.php:2

Fatal error: Uncaught Bitrix\Main\DB\SqlQueryException: Mysql query error: (2006) MySQL server has gone away in /var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/db/mysqliconnection.php:137 Stack trace: #0 /var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/db/connection.php(330): Bitrix\Main\DB\MysqliConnection->queryInternal('SELECT \n\t`sale_...', Array, NULL) #1 /var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/orm/query/query.php(3304): Bitrix\Main\DB\Connection->query('SELECT \n\t`sale_...') #2 /var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/orm/query/query.php(816): Bitrix\Main\ORM\Query\Query->query('SELECT \n\t`sale_...') #3 /var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/orm/data/datamanager.php(500): Bitrix\Main\ORM\Query\Query->exec() #4 /var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/ipol.ozon/classes/lib/Bitrix/Handler/Deliveries.php(101): Bitrix\Main\ORM\Data\DataManager::getList(Ar in /var/www/tortomaster.ru/data/www/tortomaster.ru/bitrix/modules/main/lib/db/mysqliconnection.php on line 137