Fatal error: Uncaught Exception: Error: MySQL server has gone away<br />Error No: 2006<br />
SELECT COUNT(DISTINCT p.product_id) 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 = '2'
AND ( pd.tag LIKE '%cu%' AND pd.tag LIKE '%3%' AND pd.tag LIKE '%gheare%') in /home/miromoto/public_html/system/storage/modification/system/library/db/mysqli.php:69
Stack trace:
#0 /home/miromoto/public_html/system/storage/modification/system/library/db.php(28): DB\MySQLi->query('\n\t\t\tSELECT COUN...', Array)
#1 /home/miromoto/public_html/system/library/journal3/opencart/model.php(48): DB->query('\n\t\t\tSELECT COUN...')
#2 /home/miromoto/public_html/catalog/model/journal3/filter.php(1196): Journal3\Opencart\Model->dbQuery('\n\t\t\tSELECT COUN...', 'TOTAL_PRODUCTS')
#3 /home/miromoto/publi in /home/miromoto/public_html/system/storage/modification/system/library/db/mysqli.php on line 69