( ! ) 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 |
# | Time | Memory | Function | Location |
1 | 0.0002 | 397920 | {main}( ) | .../index.php:0 |
2 | 0.0020 | 426944 | start( $application_config = 'catalog' ) | .../index.php:21 |
3 | 0.0020 | 429144 | require_once( '/www/wwwroot/besto.com.ua/system/framework.php ) | .../startup.php:104 |
4 | 0.0451 | 665760 | Router->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 |
5 | 0.0774 | 9096536 | Router->execute( $action = class Action { private $id = 'startup/router'; private $route = 'startup/router'; private $method = 'index' } ) | .../router.php:65 |
6 | 0.0774 | 9096536 | Action->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 |
7 | 0.0776 | 9097512 | ControllerStartupRouter->index( ) | .../action.php:79 |
8 | 0.0779 | 9106640 | Action->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 |
9 | 0.0780 | 9107696 | ControllerExtensionFeedGoogleSitemap->index( ) | .../action.php:79 |
10 | 6.4956 | 86914176 | ControllerExtensionFeedGoogleSitemap->getCategories( $parent_id = 0, $current_path = ??? ) | .../google_sitemap.php:32 |
11 | 7.6402 | 90731720 | ControllerExtensionFeedGoogleSitemap->getCategories( $parent_id = '165', $current_path = '165' ) | .../google_sitemap.php:219 |
12 | 8.5049 | 91413792 | Proxy->getProducts( ['filter_category_id' => '207'] ) | .../google_sitemap.php:209 |
13 | 8.5049 | 91414168 | Proxy->__call( $key = 'getProducts', $args = [0 => ['filter_category_id' => '207']] ) | .../google_sitemap.php:209 |
14 | 8.5049 | 91414944 | Loader->{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 |
15 | 8.5051 | 91415496 | ModelCatalogProduct->getProducts( $data = ['filter_category_id' => '207'] ) | .../loader.php:390 |
16 | 8.5054 | 91418568 | DB->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 |
17 | 8.5054 | 91418568 | DB\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 |