Fatal error:  Uncaught Exception: Error: Server shutdown in progress<br />Error No: 1053<br />
			SELECT
				MIN(COALESCE(
			(
				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
			)
		, 
			(
				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
			)
		, p.price)) AS min,
				MAX(COALESCE(
			(
				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' 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 = '0a1f3085ddc9ab4a5c453c3db5', `data` = '{\"language\":\"en-gb\",\"currency\":\"USD\",\"rd\":\"https:\\/\\/drillingparts.com\\/product-search.html?tag=024-31496-0%2F01+-+Denison+Vane+Pumps+Denison+Vane+Pumps\",\"jrv\":[\"77757\",\"69724\",\"70094\",\"23228\",\"23049\"],\"openModal\":false,\"show_popup_count\":2}', expire = '2025-10-27 04:29: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('0a1f3085ddc9ab4...', Array)
#3 [internal function]: Session->close()
#4 {main}
  thrown in /chroot/home/DPdevelop/drillingparts.com/html/system/library/db/mysqli.php on line 40