Hi, I have following problem: when I go from the subcategory with less than nine products where is set to show only 6 products per page to another category I get this kind of error:
PHP Code:
1064 You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near '-0, 0' at line 8
in
:
[
select distinct p.products_imagepd.products_namep.products_quantityp.products_carrotp.products_idp.products_typep.manufacturers_idp.products_pricep.products_tax_class_idpd.products_description, IF(s.status 1s.specials_new_products_priceNULL) as specials_new_products_price, IF(s.status =1s.specials_new_products_pricep.products_price) as final_pricep.products_sort_orderp.product_is_callp.product_is_always_free_shippingp.products_qty_box_status from products_description pdproducts p left join manufacturers m on p.manufacturers_id m.manufacturers_idproducts_to_categories p2c left join specials s on p2c.products_id s.products_id where p.products_carrot and p.products_status and p.products_id p2c.products_id and pd.products_id p2c.products_id and pd.language_id '1' and p2c.categories_id '6' order by p.products_sort_orderpd.products_name limit -00
Can anybody help?