Fatal error: Uncaught Exception: Error: Server shutdown in progress<br />Error No: 1053<br />
SELECT
c.category_id,
c.parent_id,
cd.name as title
, (
SELECT
COUNT(p.product_id)
FROM oc_product_to_category p2c
LEFT JOIN oc_product p ON (p.product_id = p2c.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE
p.status = '1'
AND p.date_available <= NOW()
AND p2s.store_id = '3'
AND p2c.category_id = c.category_id) as total
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE
cd.language_id = '1'
AND c2s.store_id = '3'
AND c.status = '1'
ORDER BY
c.sort_order, LCASE(cd.name)
in /home/admin/web/glorria.com.tr/public_html/system/library/db/mysqli.php:40
Stack trace:
#0 /home/admin/web/glorria.com.tr/public_html/storage/modification/system/library/db.php(58) in /home/admin/web/glorria.com.tr/public_html/system/library/db/mysqli.php on line 40
Fatal error: Uncaught Exception: Error: MySQL server has gone away<br />Error No: 2006<br />REPLACE INTO `oc_session` SET session_id = '896192079ab28a562b5ca45c48', `data` = '{\"coupon\":\"BLACK30\",\"currency\":\"USD\",\"language\":\"en-gb\",\"one_time_set\":1,\"jrv\":[\"3056\"]}', expire = '2024-11-22 22:45:55' in /home/admin/web/glorria.com.tr/public_html/system/library/db/mysqli.php:40
Stack trace:
#0 /home/admin/web/glorria.com.tr/public_html/storage/modification/system/library/db.php(58): DB\MySQLi->query('REPLACE INTO `o...')
#1 /home/admin/web/glorria.com.tr/public_html/vqmod/vqcache/vq2-system_library_session_db.php(39): DB->query('REPLACE INTO `o...')
#2 /home/admin/web/glorria.com.tr/public_html/system/library/session.php(81): Session\DB->write('896192079ab28a5...', Array)
#3 [internal function]: Session->close()
#4 {main}
thrown in /home/admin/web/glorria.com.tr/public_html/system/library/db/mysqli.php on line 40