05/10/2024 21:10:49 | 1064 - 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 '' at line 17 | SELECT * FROM cet_products p LEFT JOIN cet_products_description pd ON (pd.products_id = p.products_id) LEFT JOIN cet_manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN cet_specials s ON (p.products_id = s.products_id) LEFT JOIN cet_products_to_categories p2c ON (p.products_id = p2c.products_id AND pd.products_id = p2c.products_id) WHERE pd.language_id = '1' AND p.products_status = '1' AND p2c.categories_id = '607' ORDER BY | /index.php?cat=607