Fatal error: Uncaught Exception: Error: User 'solareneshopcom' has exceeded the 'max_questions' resource (current value: 40000)<br />Error No: 1226<br />
SELECT
MAX(c.category_id) id,
MAX(cd.name) value,
MAX(c.image) image,
COUNT(*) total
FROM `category` c
LEFT JOIN `category_description` cd ON (c.category_id = cd.category_id)
LEFT JOIN `category_to_store` c2s ON (c.category_id = c2s.category_id)
LEFT JOIN `product_to_category`p2c ON (c.category_id = p2c.category_id)
LEFT JOIN `product` p ON (p.product_id = p2c.product_id)
LEFT JOIN `product_description` pd ON (p.product_id = pd.product_id)
LEFT JOIN `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 cd.language_id = '2'
AND c2s.store_id = '0'
AND c.status = '1'
AND c.parent_id = '70'
GROUP BY c.category_id
HAVING COUNT(*) > 0
ORDER BY c.sort_order, LCASE(cd.name in /home/solarene/fotovoltaiconline.com/shop/system/library/db/mysqli.php on line 40
Fatal error: Uncaught Exception: Error: User 'solareneshopcom' has exceeded the 'max_questions' resource (current value: 40000)<br />Error No: 1226<br />REPLACE INTO `session` SET session_id = '0432e7e54ef10b798d58b8952b', `data` = '{\"language\":\"it-it\",\"currency\":\"EUR\",\"jrv\":[\"6789\",\"6577\",\"4753\",\"8112\",\"8030\",\"2100\",\"7462\",\"7385\",\"9570\",\"6870\",\"1843\",\"2096\",\"3738\",\"9589\",\"7839\",\"8924\",\"8546\",\"9393\",\"1858\",\"8042\"]}', expire = '2025-08-02 09:26:30' in /home/solarene/fotovoltaiconline.com/shop/system/library/db/mysqli.php:40
Stack trace:
#0 /home/solarene/fotovoltaiconline.com/shop/system/storage/modification/system/library/db.php(55): DB\MySQLi->query('REPLACE INTO `s...')
#1 /home/solarene/fotovoltaiconline.com/shop/system/library/session/db.php(32): DB->query('REPLACE INTO `s...')
#2 /home/solarene/fotovoltaiconline.com/shop/system/library/session.php(81): Session\DB->write('0432e7e54ef10b7...', Array)
#3 [internal function]: Session->close()
#4 {main}
thrown in /home/solarene/fotovoltaiconline.com/shop/system/library/db/mysqli.php on line 40