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 = '6635'
AND p.date_available <= NOW()
AND p.status = '1'
AND r.status = '1'
AND pd.language_id = '2'
ORDER BY
r.date_added DESC
LIMIT 1
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\t\t\t\t\t\tSELECT...', Array)
#1 /home/miromoto/public_html/system/storage/modification/catalog/controller/journal3/seo.php(371): DB->query('\n\t\t\t\t\t\t\t\tSELECT...')
#2 /home/miromoto/public_html in /home/miromoto/public_html/system/storage/modification/system/library/db/mysqli.php on line 69