Fatal error: Uncaught Exception: Error: MySQL server has gone away<br />Error No: 2006<br />
SELECT r.review_id, r.author, r.rating, r.text, p.product_id, pd.name, p.price, p.image, r.date_added
FROM oc_review r
LEFT JOIN oc_product p ON (r.product_id = p.product_id)
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
WHERE
p.product_id = '3463'
AND p.date_available <= NOW()
AND p.status = '1'
AND r.status = '1'
AND pd.language_id = '1'
ORDER BY
r.date_added DESC
LIMIT 1
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\t\t\t\t\t\tSELECT...')
#1 /chroot/home/DPdevelop/drillingparts.com/storage/modification/catalog/controller/journal3/seo.php(337): DB->query('\n\t\t\t\t\t\t\t\tSELECT...')
#2 /chroot/home/DPdevelop/drill in /chroot/home/DPdevelop/drillingparts.com/storage/vendor/twig/twig/src/Template.php on line 419
Fatal error: Uncaught Exception: Error: MySQL server has gone away<br />Error No: 2006<br />REPLACE INTO `oc_session` SET session_id = '44acf820c676cf7a218c6f9cc3', `data` = '{\"language\":\"en-gb\",\"currency\":\"USD\",\"rd\":\"https:\\/\\/drillingparts.com\\/parker-50cs-series-50CS120QEBNGN161.html\",\"jrv\":[\"3463\",\"5433\",\"5494\"],\"openModal\":false}', 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('44acf820c676cf7...', Array)
#3 [internal function]: Session->close()
#4 {main}
thrown in /chroot/home/DPdevelop/drillingparts.com/html/system/library/db/mysqli.php on line 40