Warning: mysqli::query(): MySQL server has gone away in /home/tospitaki/public_html/system/library/db/mysqli.php on line 18Warning: mysqli::query(): Error reading result set's header in /home/tospitaki/public_html/system/library/db/mysqli.php on line 18Fatal error: 'Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.image AS manufacturer_image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND 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 oc_product_special ps WHERE ps.product_id = p.product_id AND 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, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (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 COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p 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) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '10861' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
'
in /home/tospitaki/public_html/system/library/db/mysqli.php:40
Stack trace:
#0 system/storage/modification/system/library/db.php(30): DB\MySQLi->query('SELECT DISTINCT...', Array)
#1 vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php(8): DB->query('SELECT DISTINCT...')
#2 vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php(238): ModelCatalogProduct->getProduct('10861')
#3 vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php(68): ModelCatalogProduct->getProductsOriginal(Array)
#4 [internal function]: ModelCatalogProduct->getProducts()
#5 vqmod/vqcache/vq2-system_storage_modification_system_engine_loader.php(197): call_user_func_array(Array, Array)
#6 [internal function]: Loader->{closure}(Array, Array)
#7 system/engine/proxy.php(25): call_user_func_array(Object(Closure), Array)
#8 catalog/controller/extension/feed/google_sitemap.php(11): Proxy->__call('getProducts', Array)
#9 catalog/controller/extension/feed/google_sitemap.php(11): Proxy->getProducts()
#10 [internal function]: ControllerExtensionFeedGoogleSitemap->index()
#11 vqmod/vqcache/vq2-system_storage_modification_system_engine_action.php(51): call_user_func_array(Array, Array)
#12 catalog/controller/startup/router.php(25): Action->execute(Object(Registry))
#13 [internal function]: ControllerStartupRouter->index()
#14 vqmod/vqcache/vq2-system_storage_modification_system_engine_action.php(51): call_user_func_array(Array, Array)
#15 system/storage/modification/system/engine/front.php(37): Action->execute(Object(Registry))
#16 system/storage/modification/system/engine/front.php(32): Front->execute(Object(Action))
#17 system/framework.php(103): Front->dispatch(Object(Action), Object(Action))
#18 vqmod/vqcache/vq2-system_startup.php(124): require_once('/home/tospitaki...')
#19 index.php(24): start('catalog')
#20 {main}