Fatal error: Uncaught Exception: Error: MySQL server has gone away<br />Error No: 2006<br />
SELECT
MAX(a.attribute_id) attribute_id,
MAX(ad.name) attribute_name,
MAX(pa.text) value,
COUNT(*) total
FROM `oc_product` p
LEFT JOIN `oc_product_attribute` pa ON (p.product_id = pa.product_id)
LEFT JOIN `oc_attribute` a ON (a.attribute_id = pa.attribute_id)
LEFT JOIN `oc_attribute_description` ad ON (ad.attribute_id = a.attribute_id)
LEFT JOIN `oc_product_to_category` p2c ON (p2c.product_id = p.product_id)
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 p2c.category_id = '4139'
AND pa.language_id = '2'
AND ad.language_id = '2'
GROUP BY lower(pa.text), a.attribute_id
HAVING COUNT(*) > 0
in /home/casa3905/public_html/livressence/system/library/db in /home/casa3905/public_html/livressence/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 = 'c0fee74dcc5e9769bc4c6a5404', `data` = '{\"language\":\"fr\",\"currency\":\"EUR\"}', expire = '2026-03-20 05:00:06' in /home/casa3905/public_html/livressence/system/library/db/mysqli.php:40
Stack trace:
#0 /home/casa3905/public_html/livressence/livressence_storage/modification/system/library/db.php(58): DB\MySQLi->query('REPLACE INTO `o...')
#1 /home/casa3905/public_html/livressence/system/library/session/db.php(32): DB->query('REPLACE INTO `o...')
#2 /home/casa3905/public_html/livressence/system/library/session.php(81): Session\DB->write('c0fee74dcc5e976...', Array)
#3 [internal function]: Session->close()
#4 {main}
thrown in /home/casa3905/public_html/livressence/system/library/db/mysqli.php on line 40