( ! ) Fatal error: Uncaught Exception: Error: Server shutdown in /www/wwwroot/besto.com.ua/system/library/db/mysqli.php on line 40
( ! ) Exception: Error: Server shutdown in progress<br />Error No: 1053<br />SELECT p.product_id, p.quantity, p.profit, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND (pd2.customer_group_id = '1' OR pd2.customer_group_id = -1) AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM ( SELECT PS.product_id, PS.customer_group_id, PS.date_start, PS.date_end, PS.priority , CASE WHEN PS.price_prefix = '%' THEN ROUND(PS.product_price/100*(100-PS.price), 2) WHEN PS.price_prefix = '_' THEN ROUND(PS.product_price/100*PS.price, 2) ELSE PS.price END price FROM ( SELECT PS.product_id, PS.customer_group_id, PS.date_start, PS.date_end, PS.priority, PS.price_prefix, PS.price, P.price product_price FROM oc_product_special PS, oc_product P WHERE P.product_id = PS.product_id UNION SELECT P.product_id, PGS.customer_group_id, PGS.date_start, PGS.date_end, PGS.priority, PGS.price_prefix, PGS.price, P.price product_price FROM oc_liveprice_global_special PGS, oc_product P WHERE (P.manufacturer_id = PGS.manufacturer_id OR PGS.manufacturer_id = -1) AND (P.product_id IN (SELECT PTC.product_id FROM oc_product_to_category PTC WHERE PTC.category_id = PGS.category_id ) OR PGS.category_id = -1) AND (PGS.filter_id IN ( SELECT PF.filter_id FROM oc_product_filter PF WHERE PF.product_id=P.product_id ) OR PGS.filter_id = -1 ) AND NOT (P.product_id IN ( SELECT PS.product_id FROM oc_product_special PS WHERE PS.product_id = P.product_id AND (PS.customer_group_id = -1 OR PS.customer_group_id = 1) AND ((PS.date_start = '0000-00-00' OR PS.date_start IS NULL OR PS.date_start < IFNULL( @liveprice_now, NOW())) AND (PS.date_end = '0000-00-00' OR PS.date_end IS NULL OR PS.date_end > IFNULL( @liveprice_now, NOW()))) )) ) PS ) ps WHERE ps.product_id = p.product_id AND (ps.customer_group_id = '1' OR ps.customer_group_id = -1) AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM oc_product_to_category p2c LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '207' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC in /www/wwwroot/besto.com.ua/system/library/db/mysqli.php on line 40
Call Stack
#TimeMemoryFunctionLocation
10.0002397920{main}( ).../index.php:0
20.0020426944start( $application_config = 'catalog' ).../index.php:21
30.0020429144require_once( '/www/wwwroot/besto.com.ua/system/framework.php ).../startup.php:104
40.0451665760Router->dispatch( $action = class Action { private $id = 'startup/router'; private $route = 'startup/router'; private $method = 'index' }, $error = class Action { private $id = 'error/not_found'; private $route = 'error/not_found'; private $method = 'index' } ).../framework.php:168
50.07749096536Router->execute( $action = class Action { private $id = 'startup/router'; private $route = 'startup/router'; private $method = 'index' } ).../router.php:65
60.07749096536Action->execute( $registry = class Registry { private $data = ['config' => class Config { ... }, 'log' => class Log { ... }, 'event' => class Event { ... }, 'jetcache_opencart_core_start' => 1748801309.8359, 'load' => class Loader { ... }, 'request' => class Request { ... }, 'response' => class Response { ... }, 'db' => class DB { ... }, 'session' => class Session { ... }, 'cache' => class agooCache { ... }, 'language' => class Language { ... }, 'openbay' => class Openbay { ... }, 'document' => class Document { ... }, 'model_design_translation' => class Proxy { ... }, 'url' => class Url { ... }, 'model_localisation_language' => class Proxy { ... }, 'model_seolang_seolang' => class Proxy { ... }, 'controller_seolang_mova_mova' => class ControllerSeoLangMovaMova { ... }, 'seolangmova' => class ControllerSeoLangMovaMova { ... }, 'langmark_multi' => [...], 'customer' => class Cart\Customer { ... }, 'model_localisation_currency' => class Proxy { ... }, 'currency' => class Cart\Currency { ... }, 'controller_jetcache_jetcache' => class ControllerJetcacheJetcache { ... }, 'jetcache_opencart_core' => 1748801309.8874, 'seocms_cache_status' => TRUE, 'cache_old' => class Cache { ... }, 'model_jetcache_jetcache' => class Proxy { ... }, 'jetcache_construct' => TRUE, 'jc_device' => [...], 'contstruct_jetcache_loading' => TRUE, 'hook_Registry_get' => TRUE, 'tax' => class Cart\Tax { ... }, 'weight' => class Cart\Weight { ... }, 'length' => class Cart\Length { ... }, 'liveopencart_ext_liveprice' => class liveopencart\ext\liveprice { ... }, 'liveopencart_ext_liveprice_pro' => class liveopencart\ext\liveprice_pro { ... }, 'cart' => class Cart\Cart { ... }, 'model_extension_module_ocfilter' => class Proxy { ... }, 'model_catalog_product' => class Proxy { ... }, 'model_catalog_category' => class Proxy { ... }, 'model_tool_image' => class Proxy { ... }, 'ocfilter' => class OCFilter { ... }, 'encryption' => class Encryption { ... }, 'model_setting_event' => class Proxy { ... }, 'controller_seolang_seolanglib' => class ControllerSeoLangSeoLanglib { ... }, 'seolanglib' => class ControllerSeoLangSeoLanglib { ... }, 'Cache' => class Cache { ... }, 'host' => 'besto.com.ua', 'protocol' => 'https', 'model_setting_store' => class Proxy { ... }] }, $args = ??? ).../router.php:76
70.07769097512ControllerStartupRouter->index( ).../action.php:79
80.07799106640Action->execute( $registry = class Registry { private $data = ['config' => class Config { ... }, 'log' => class Log { ... }, 'event' => class Event { ... }, 'jetcache_opencart_core_start' => 1748801309.8359, 'load' => class Loader { ... }, 'request' => class Request { ... }, 'response' => class Response { ... }, 'db' => class DB { ... }, 'session' => class Session { ... }, 'cache' => class agooCache { ... }, 'language' => class Language { ... }, 'openbay' => class Openbay { ... }, 'document' => class Document { ... }, 'model_design_translation' => class Proxy { ... }, 'url' => class Url { ... }, 'model_localisation_language' => class Proxy { ... }, 'model_seolang_seolang' => class Proxy { ... }, 'controller_seolang_mova_mova' => class ControllerSeoLangMovaMova { ... }, 'seolangmova' => class ControllerSeoLangMovaMova { ... }, 'langmark_multi' => [...], 'customer' => class Cart\Customer { ... }, 'model_localisation_currency' => class Proxy { ... }, 'currency' => class Cart\Currency { ... }, 'controller_jetcache_jetcache' => class ControllerJetcacheJetcache { ... }, 'jetcache_opencart_core' => 1748801309.8874, 'seocms_cache_status' => TRUE, 'cache_old' => class Cache { ... }, 'model_jetcache_jetcache' => class Proxy { ... }, 'jetcache_construct' => TRUE, 'jc_device' => [...], 'contstruct_jetcache_loading' => TRUE, 'hook_Registry_get' => TRUE, 'tax' => class Cart\Tax { ... }, 'weight' => class Cart\Weight { ... }, 'length' => class Cart\Length { ... }, 'liveopencart_ext_liveprice' => class liveopencart\ext\liveprice { ... }, 'liveopencart_ext_liveprice_pro' => class liveopencart\ext\liveprice_pro { ... }, 'cart' => class Cart\Cart { ... }, 'model_extension_module_ocfilter' => class Proxy { ... }, 'model_catalog_product' => class Proxy { ... }, 'model_catalog_category' => class Proxy { ... }, 'model_tool_image' => class Proxy { ... }, 'ocfilter' => class OCFilter { ... }, 'encryption' => class Encryption { ... }, 'model_setting_event' => class Proxy { ... }, 'controller_seolang_seolanglib' => class ControllerSeoLangSeoLanglib { ... }, 'seolanglib' => class ControllerSeoLangSeoLanglib { ... }, 'Cache' => class Cache { ... }, 'host' => 'besto.com.ua', 'protocol' => 'https', 'model_setting_store' => class Proxy { ... }] }, $args = ??? ).../router.php:25
90.07809107696ControllerExtensionFeedGoogleSitemap->index( ).../action.php:79
106.495686914176ControllerExtensionFeedGoogleSitemap->getCategories( $parent_id = 0, $current_path = ??? ).../google_sitemap.php:32
117.640290731720ControllerExtensionFeedGoogleSitemap->getCategories( $parent_id = '165', $current_path = '165' ).../google_sitemap.php:219
128.504991413792Proxy->getProducts( ['filter_category_id' => '207'] ).../google_sitemap.php:209
138.504991414168Proxy->__call( $key = 'getProducts', $args = [0 => ['filter_category_id' => '207']] ).../google_sitemap.php:209
148.504991414944Loader->{closure:/www/wwwroot/besto.com.ua/system/storage/modification/system/engine/loader.php:355-415}( $args = [0 => ['filter_category_id' => '207']], [0 => ['filter_category_id' => '207']] ).../proxy.php:47
158.505191415496ModelCatalogProduct->getProducts( $data = ['filter_category_id' => '207'] ).../loader.php:390
168.505491418568DB->query( $sql = 'SELECT p.product_id, p.quantity, p.profit, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = \'1\' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND (pd2.customer_group_id = \'1\' OR pd2.customer_group_id = -1) AND pd2.quantity = \'1\' AND ((pd2.date_start = \'0000-00-00\' OR pd2.date_start < NOW()) AND (pd2.date_end = \'0000-00-00\' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIM'... ).../product.php:351
178.505491418568DB\MySQLi->query( $sql = 'SELECT p.product_id, p.quantity, p.profit, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = \'1\' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND (pd2.customer_group_id = \'1\' OR pd2.customer_group_id = -1) AND pd2.quantity = \'1\' AND ((pd2.date_start = \'0000-00-00\' OR pd2.date_start < NOW()) AND (pd2.date_end = \'0000-00-00\' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIM'... ).../db.php:237

( ! ) Fatal error: Uncaught Exception: Error: MySQL server has gone away<br />Error No: 2006<br />REPLACE INTO `oc_session` SET session_id = 'ac83982cd9c9be5421226f4c13', `data` = '{\"language\":\"ru-ru\",\"langmark_multi\":{\"name\":\"RU \",\"store_id\":\"0\"},\"currency_old\":[],\"currency\":\"UAH\"}', expire = '2025-06-01 18:32:38' in /www/wwwroot/besto.com.ua/system/library/db/mysqli.php on line 40
( ! ) Exception: Error: MySQL server has gone away<br />Error No: 2006<br />REPLACE INTO `oc_session` SET session_id = 'ac83982cd9c9be5421226f4c13', `data` = '{\"language\":\"ru-ru\",\"langmark_multi\":{\"name\":\"RU \",\"store_id\":\"0\"},\"currency_old\":[],\"currency\":\"UAH\"}', expire = '2025-06-01 18:32:38' in /www/wwwroot/besto.com.ua/system/library/db/mysqli.php on line 40
Call Stack
#TimeMemoryFunctionLocation
18.522360100824Session->close( ).../session.php:0
28.522360100824Session\DB->write( $session_id = 'ac83982cd9c9be5421226f4c13', $data = ['language' => 'ru-ru', 'langmark_multi' => ['name' => 'RU ', 'store_id' => '0'], 'currency_old' => [], 'currency' => 'UAH'] ).../session.php:81
38.522460101144DB->query( $sql = 'REPLACE INTO `oc_session` SET session_id = \'ac83982cd9c9be5421226f4c13\', `data` = \'{\\"language\\":\\"ru-ru\\",\\"langmark_multi\\":{\\"name\\":\\"RU \\",\\"store_id\\":\\"0\\"},\\"currency_old\\":[],\\"currency\\":\\"UAH\\"}\', expire = \'2025-06-01 18:32:38\'' ).../db.php:32
48.522460101144DB\MySQLi->query( $sql = 'REPLACE INTO `oc_session` SET session_id = \'ac83982cd9c9be5421226f4c13\', `data` = \'{\\"language\\":\\"ru-ru\\",\\"langmark_multi\\":{\\"name\\":\\"RU \\",\\"store_id\\":\\"0\\"},\\"currency_old\\":[],\\"currency\\":\\"UAH\\"}\', expire = \'2025-06-01 18:32:38\'' ).../db.php:237