Fatal error: Uncaught Exception: Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ORDER BY p.quantity < 1, p.sort_order ASC, LCASE(pd.name) ASC' at line 42<br />Error No: 1064<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 = '13'
AND pd.language_id = '2'
AND p2c.category_id IN (206) AND (p.quantity > 0 OR p.stock_status_id NOT IN (7,5)) GROUP BY p.product_id ORDER BY in_stock desc, ORDER BY p.quantity < 1, p.sort_order ASC, LCASE(pd.name) ASC in /home/tslhemsi/domains/thaidecco.se/storage/modification/system/library/db/mysqli.php:53
Stack trace:
#0 /home/tslhemsi/domains/thaidecco.se/public_html/catalog/controller/extension/lightning/gamma.php(520): DB\MySQLi->query()
#1 /home/tslhemsi/domains/thaidecco.se/storage/modification/system/library/db.php(66): light_db->query()
#2 /home/tslhemsi/domains/thaidecco.se/storage/modification/catalog/model/journal3/filter.php(960): DB->query()
#3 /home/tslhemsi/domains/thaidecco.se/storage/modification/system/engine/loader.php(262): ModelJournal3Filter->getProducts()
#4 /home/tslhemsi/domains/thaidecco.se/public_html/system/engine/proxy.php(47): Loader->{closure}()
#5 /home/tslhemsi/domains/thaidecco.se/public_html/catalog/controller/journal3/product_extras.php(73): Proxy->__call()
#6 /home/tslhemsi/domains/thaidecco.se/storage/modification/system/engine/action.php(85): ControllerJournal3ProductExtras->index()
#7 /home/tslhemsi/domains/thaidecco.se/storage/modification/system/engine/loader.php(51): Action->execute()
#8 /home/tslhemsi/domains/thaidecco.se/public_html/catalog/controller/journal3/startup.php(202): Loader->controller()
#9 /home/tslhemsi/domains/thaidecco.se/storage/modification/system/engine/action.php(85): ControllerJournal3Startup->index()
#10 /home/tslhemsi/domains/thaidecco.se/storage/modification/system/engine/router.php(77): Action->execute()
#11 /home/tslhemsi/domains/thaidecco.se/storage/modification/system/engine/router.php(61): Router->execute()
#12 /home/tslhemsi/domains/thaidecco.se/public_html/system/framework.php(169): Router->dispatch()
#13 /home/tslhemsi/domains/thaidecco.se/public_html/system/startup.php(104): require_once('/home/tslhemsi/...')
#14 /home/tslhemsi/domains/thaidecco.se/public_html/index.php(21): start()
#15 {main}
thrown in /home/tslhemsi/domains/thaidecco.se/storage/modification/system/library/db/mysqli.php on line 53