Fatal error: Uncaught Exception: Error: User 'shreeclt_jis' has exceeded the 'max_questions' resource (current value: 1)<br />Error No: 1226<br />
SELECT
MIN(COALESCE(
(
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
)
,
(
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
)
, p.price)) AS min,
MAX(COALESCE(
(
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
)
,
(
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
)
, p.price)) AS max
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 = '845' 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\t...')
#1 /home4/shreeclt/public_html/catalog/model/journal3/filter.php(304): DB->query('\n\t\t\tSELECT\n\t\t\t\t...')
#2 /home4/shreeclt/storage/modification/system/engine/loader.php(248): ModelJournal3Filter->getPriceRange(Array)
#3 /home4/shreeclt/public_html/system/engine/proxy.php(47): Loader->{closure}(Array, Array)
#4 /home4/shreeclt/public_html/catalog/controller/journal3/filter.php(233): Proxy->__call('getPriceRange', Array)
#5 /home4/shreeclt/public_html/catalog/controller/journal3/filter.php(151): ControllerJournal3Filter->beforeRender()
#6 /home4/shreeclt/storage/modification/system/engine/action.php(79): ControllerJournal3Filter->index(Array)
#7 /home4/shreeclt/storage/modification/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#8 /home4/shreeclt/public_html/catalog/controller/journal3/grid.php(263): Loader->controller('journal3/filter', Array)
#9 /home4/shreeclt/storage/modification/system/engine/action.php(79): ControllerJournal3Grid->grid(Array)
#10 /home4/shreeclt/storage/modification/system/engine/loader.php(48): Action->execute(Object(Registry), Array)
#11 /home4/shreeclt/public_html/catalog/controller/journal3/event/layout.php(318): Loader->controller('journal3/grid/g...', Array)
#12 /home4/shreeclt/storage/modification/system/engine/action.php(79): ControllerJournal3EventLayout->controller_common_position_before('common/column_l...', Array)
#13 /home4/shreeclt/public_html/system/engine/event.php(62): Action->execute(Object(Registry), Array)
#14 /home4/shreeclt/storage/modification/system/engine/loader.php(41): Event->trigger('controller/comm...', Array)
#15 /home4/shreeclt/storage/modification/catalog/controller/product/category.php(404): Loader->controller('common/column_l...')
#16 /home4/shreeclt/storage/modification/system/engine/action.php(79): ControllerProductCategory->index()
#17 /home4/shreeclt/public_html/catalog/controller/startup/router.php(25): Action->execute(Object(Registry))
#18 /home4/shreeclt/storage/modification/system/engine/action.php(79): ControllerStartupRouter->index()
#19 /home4/shreeclt/storage/modification/system/engine/router.php(77): Action->execute(Object(Registry))
#20 /home4/shreeclt/storage/modification/system/engine/router.php(66): Router->execute(Object(Action))
#21 /home4/shreeclt/public_html/system/framework.php(169): Router->dispatch(Object(Action), Object(Action))
#22 /home4/shreeclt/public_html/system/startup.php(104): require_once('/home4/shreeclt...')
#23 /home4/shreeclt/public_html/index.php(19): start('catalog')
#24 {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` = '81b5ff5db029c6af6d1fd8375b', `data` = '{\"language\":\"en-gb\",\"currency\":\"INR\"}', `expire` = '2026-09-20 14:41:29' 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('81b5ff5db029c6a...', Array)
#3 [internal function]: Session->close()
#4 {main}
thrown in /home4/shreeclt/public_html/system/library/db/mysqli.php on line 49