Fatal error: Uncaught Exception: Error: User 'shreeclt_jis' has exceeded the 'max_questions' resource (current value: 1)<br />Error No: 1226<br />
SELECT
p.product_id,
(
SELECT AVG(rating) total
FROM `oc_review` r1
WHERE
r1.product_id = p.product_id
AND r1.status = '1'
GROUP BY r1.product_id
) rating,
(
SELECT price
FROM `oc_product_discount` pd2
WHERE
pd2.product_id = p.product_id
AND pd2.customer_group_id = '1'
AND pd2.quantity = '1'
AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW())
AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1
) discount,
(
SELECT price
FROM `oc_product_special` ps
WHERE
ps.product_id = p.product_id
AND ps.customer_group_id = '1'
AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW())
AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1
) special,
p.viewed as `p.viewed`,
if (p.quantity, 1, 0) in_stock
FROM `oc_product` p 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 = '1'
AND p2c.category_id = '529' GROUP BY p.product_id ORDER BY in_stock desc, p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0, 12 in /home4/shreeclt/public_html/system/library/db/mysqli.php:49
Stack trace:
#0 /home4/shreeclt/storage/modification/system/library/db.php(55): DB\MySQLi->query('\n\t\t\tSELECT \n\t\t\t...')
#1 /home4/shreeclt/public_html/catalog/model/journal3/filter.php(892): DB->query('\n\t\t\tSELECT \n\t\t\t...')
#2 /home4/shreeclt/storage/modification/system/engine/loader.php(248): ModelJournal3Filter->getProducts(Array)
#3 /home4/shreeclt/public_html/system/engine/proxy.php(47): Loader->{closure}(Array, Array)
#4 /home4/shreeclt/public_html/catalog/controller/journal3/event/products.php(46): Proxy->__call('getProducts', Array)
#5 /home4/shreeclt/storage/modification/system/engine/action.php(79): ControllerJournal3EventProducts->model_catalog_product_getProducts_before('catalog/product...', Array)
#6 /home4/shreeclt/public_html/system/engine/event.php(62): Action->execute(Object(Registry), Array)
#7 /home4/shreeclt/storage/modification/system/engine/loader.php(229): Event->trigger('model/catalog/p...', Array)
#8 /home4/shreeclt/public_html/system/engine/proxy.php(47): Loader->{closure}(Array, Array)
#9 /home4/shreeclt/storage/modification/catalog/controller/product/category.php(194): Proxy->__call('getProducts', Array)
#10 /home4/shreeclt/storage/modification/system/engine/action.php(79): ControllerProductCategory->index()
#11 /home4/shreeclt/public_html/catalog/controller/startup/router.php(25): Action->execute(Object(Registry))
#12 /home4/shreeclt/storage/modification/system/engine/action.php(79): ControllerStartupRouter->index()
#13 /home4/shreeclt/storage/modification/system/engine/router.php(77): Action->execute(Object(Registry))
#14 /home4/shreeclt/storage/modification/system/engine/router.php(66): Router->execute(Object(Action))
#15 /home4/shreeclt/public_html/system/framework.php(169): Router->dispatch(Object(Action), Object(Action))
#16 /home4/shreeclt/public_html/system/startup.php(104): require_once('/home4/shreeclt...')
#17 /home4/shreeclt/public_html/index.php(19): start('catalog')
#18 {main}
thrown in /home4/shreeclt/public_html/system/library/db/mysqli.php on line 49
Fatal error: Uncaught Exception: Error: User 'shreeclt_jis' has exceeded the 'max_questions' resource (current value: 1)<br />Error No: 1226<br />REPLACE INTO `oc_session` SET `session_id` = '93dcc864062f70f873c41e8f08', `data` = '{\"language\":\"en-gb\",\"currency\":\"INR\"}', `expire` = '2026-06-01 12:57:23' in /home4/shreeclt/public_html/system/library/db/mysqli.php:49
Stack trace:
#0 /home4/shreeclt/storage/modification/system/library/db.php(55): DB\MySQLi->query('REPLACE INTO `o...')
#1 /home4/shreeclt/public_html/system/library/session/db.php(28): DB->query('REPLACE INTO `o...')
#2 /home4/shreeclt/public_html/system/library/session.php(81): Session\DB->write('93dcc864062f70f...', Array)
#3 [internal function]: Session->close()
#4 {main}
thrown in /home4/shreeclt/public_html/system/library/db/mysqli.php on line 49