Fatal error: Uncaught exception 'Exception' with message 'No products were found for category identified by categoryid number :37 and language identified by languageid :2 in file :/usr/local/lib/php/FastViewCore/core/revision-2183/library/components/shop/library/category.class.php on line :586
.-- get the products in a certain category
SELECT `product`.`productid`
FROM `shop_product` AS `product`, `shop_productname` AS `productname`, `shop_product_in_category` AS `productcategory`, `shop_category` AS `category`
WHERE `product`.`available` = 1
AND `product`.`productid` = `productname`.`productid`
AND `productname`.`languageid` = "2"
AND `productcategory`.`productid` = `product`.`productid`
AND `productcategory`.`categoryid` = `category`.`categoryid`
AND `category`.`categoryid` = "37"
ORDER BY `product`.`sortpriority` DESC, `product`.`productname` ASC; ' in /usr/local/lib/php/FastViewCore/core/revision-2183/library/components/shop/library/category.class.php:586
Stack trace:
#0 /usr/local/lib/php/FastViewCore/cor in /usr/local/lib/php/FastViewCore/core/revision-2183/library/components/shop/library/category.class.php on line 586