Fatal error: Location:
Action: sel
Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-12, 16' at line 5
Query: SELECT * FROM produits LEFT JOIN categorie ON produits_categorie_id = categorie_id
LEFT JOIN souscat ON produits_souscat_id = souscat_id
LEFT JOIN energy ON produits_energy_id = energy_id
LEFT JOIN type3 ON produits_type3_id = type3_id
WHERE produits_active = 1 ORDER BY produits_position desc LIMIT -12, 16
Previous Query: SELECT * FROM produits LEFT JOIN categorie ON produits_categorie_id = categorie_id
LEFT JOIN souscat ON produits_souscat_id = souscat_id
LEFT JOIN energy ON produits_energy_id = energy_id
LEFT JOIN type3 ON produits_type3_id = type3_id
WHERE produits_active = 1 ORDER BY produits_position desc
in /home/www/client/www/CPT870/acces_web/class/mysql.php on line 203