Fatal error: Uncaught Exception: Error: MySQL server has gone away
Error No: 2006
SELECT
op1.product_id
FROM `oc_order_product` op1
LEFT JOIN `oc_order_product` op2 ON op1.order_id = op2.order_id
LEFT JOIN `oc_product` p ON (op1.product_id = p.product_id)
LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE
op2.product_id IN (16927)
AND op1.product_id NOT IN (16927)
AND p.status = '1'
AND p.date_available <= NOW()
AND p2s.store_id = '0'
LIMIT 5 in /home/racerx/public_html/system/storage/modification/system/library/db/mysqli.php:43
Stack trace:
#0 /home/racerx/public_html/system/storage/modification/system/library/db.php(58): DB\MySQLi->query('\n\t\t\tSELECT\n\t\t\t\t...')
#1 /home/racerx/public_html/catalog/model/journal3/product.php(356): DB->query('\n\t\t\tSELECT\n\t\t\t\t...')
#2 /home/racerx/public_html/vqmod/vqcache/vq2-system_storage_modification_system_engine_loader.php(256): ModelJournal3Product->getAlsoBoughtProducts(16927, 5)
#3 in /home/racerx/public_html/system/storage/modification/system/library/db/mysqli.php on line 43
Fatal error: Uncaught Exception: Error: MySQL server has gone away
Error No: 2006
REPLACE INTO `oc_session` SET session_id = '19c468ba5926e665988b997148', `data` = '{\"language\":\"el-gr\",\"currency\":\"EUR\",\"jrv\":[\"16927\"]}', expire = '2026-07-16 14:45:11' in /home/racerx/public_html/system/storage/modification/system/library/db/mysqli.php:43
Stack trace:
#0 /home/racerx/public_html/system/storage/modification/system/library/db.php(58): DB\MySQLi->query('REPLACE INTO `o...')
#1 /home/racerx/public_html/system/library/session/db.php(32): DB->query('REPLACE INTO `o...')
#2 /home/racerx/public_html/system/library/session.php(81): Session\DB->write('19c468ba5926e66...', Array)
#3 [internal function]: Session->close()
#4 {main}
thrown in /home/racerx/public_html/system/storage/modification/system/library/db/mysqli.php on line 43