1226 - User 'soonlineshop' has exceeded the 'max_questions' resource (current value: 40000)

SELECT p.*, pd.*, m.*, IF(s.status, s.specials_new_products_price, NULL) AS specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) AS final_price, p.products_quantity AS in_stock, IF(s.status, 1, 0) AS is_special FROM products p LEFT JOIN specials s ON p.products_id = s.products_id INNER JOIN products_description pd ON p.products_id = pd.products_id INNER JOIN manufacturers m ON p.manufacturers_id = m.manufacturers_id WHERE p.products_status = 1 AND pd.language_id = 1 AND m.manufacturers_id = 169 ORDER BY p.products_id DESC, pd.products_name LIMIT 0, 45

[TEP STOP]

1226 - User 'soonlineshop' has exceeded the 'max_questions' resource (current value: 40000)

INSERT INTO sessions (sesskey, expiry, value) VALUES ('2c06961522c4ff844037a5f4d30ed0ec', '1765742518', 'sessiontoken|s:32:\"ed69e12b204d797aaf213e9040169f31\";SSL_SESSION_ID|b:0;cart|O:12:\"shoppingCart\":5:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:6:\"cartID\";N;s:12:\"content_type\";b:0;}language|s:6:\"french\";languages_id|s:1:\"1\";currency|s:3:\"EUR\";navigation|O:17:\"navigationHistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:3:\"SSL\";s:3:\"get\";a:2:{s:16:\"manufacturers_id\";s:3:\"169\";s:4:\"ceid\";s:32:\"2c06961522c4ff844037a5f4d30ed0ec\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') ON DUPLICATE KEY UPDATE expiry = VALUES(expiry), value = VALUES(value)

[TEP STOP]