Fatal error: Uncaught Exception: Error: MySQL server has gone away<br />Error No: 2006<br />
SELECT *
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.manufacturer_id = '192'
AND p.status = '1'
AND p.date_available <= NOW()
AND pd.language_id = '2'
AND p2s.store_id = '0'
AND p.product_id != '15455'
ORDER BY p.sort_order ASC, LCASE(pd.name) ASC
LIMIT 0, 5 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 * \n\t...', Array)
#1 /home/miromoto/public_html/system/storage/modification/catalog/model/journal3/product.php(411): DB->query('\n\t\t\tSELECT * \n\t...')
#2 /home/miromoto/public_html/system/storage/modification/system/engine/loader.php(215): ModelJournal3Product->getRelatedProductsB in /home/miromoto/public_html/system/storage/modification/system/library/db/mysqli.php on line 69