Fatal error: Uncaught Exception: Error: Server shutdown in progress<br />Error No: 1053<br />
SELECT
IF(p.quantity > 0, 1, 0) AS availability,
COUNT(*) AS total
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)
WHERE
p.status = '1'
AND p.date_available <= NOW()
AND p2s.store_id = '0'
AND pd.language_id = '1'
AND ( pd.tag LIKE '%024-44818-0/13%' AND pd.tag LIKE '%-%' AND pd.tag LIKE '%Denison%' AND pd.tag LIKE '%Vane%' AND pd.tag LIKE '%Pumps%' AND pd.tag LIKE '%Denison%' AND pd.tag LIKE '%Vane%' AND pd.tag LIKE '%Pumps%')
GROUP BY
CASE
WHEN p.quantity > 0 THEN 1
ELSE 0
END
in /chroot/home/DPdevelop/drillingparts.com/html/system/library/db/mysqli.php:40
Stack trace:
#0 /chroot/home/DPdevelop/drillingparts.com/storage/modification/system/library/db.php(74): DB\MySQLi->query('\n\t\t\tSELECT \n\t\t\t...')
#1 /chroot/home/DPdevelop/drill in /chroot/home/DPdevelop/drillingparts.com/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 = '328f71d88f7110e3608b405edd', `data` = '{\"language\":\"en-gb\",\"currency\":\"USD\",\"rd\":\"https:\\/\\/drillingparts.com\\/product-search.html?tag=024-44818-0%2F13+-+Denison+Vane+Pumps+Denison+Vane+Pumps\",\"jrv\":[\"68691\"],\"openModal\":false,\"show_popup_count\":1}', expire = '2025-12-12 15:34:03' in /chroot/home/DPdevelop/drillingparts.com/html/system/library/db/mysqli.php:40
Stack trace:
#0 /chroot/home/DPdevelop/drillingparts.com/storage/modification/system/library/db.php(74): DB\MySQLi->query('REPLACE INTO `o...')
#1 /chroot/home/DPdevelop/drillingparts.com/html/system/library/session/db.php(32): DB->query('REPLACE INTO `o...')
#2 /chroot/home/DPdevelop/drillingparts.com/html/system/library/session.php(81): Session\DB->write('328f71d88f7110e...', Array)
#3 [internal function]: Session->close()
#4 {main}
thrown in /chroot/home/DPdevelop/drillingparts.com/html/system/library/db/mysqli.php on line 40