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 = '111'
GROUP BY c.category_id
HAVING COUNT(*) > 0
ORDER BY c.sort_order, LCASE(cd.nam 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 = '7431c6d6a9b1546b24bd94499e', `data` = '{\"language\":\"it-it\",\"currency\":\"EUR\",\"jrv\":[\"7865\",\"8937\",\"7772\",\"5144\",\"5277\",\"9008\",\"5294\",\"6546\",\"8975\",\"5662\",\"5149\",\"7003\",\"8833\",\"9278\",\"5888\",\"7371\",\"6185\",\"9387\",\"3141\",\"2143\"]}', expire = '2025-08-02 09:28:51' 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('7431c6d6a9b1546...', Array)
#3 [internal function]: Session->close()
#4 {main}
thrown in /home/solarene/fotovoltaiconline.com/shop/system/library/db/mysqli.php on line 40