
Originally Posted by
brimsjewelry
THis mod was working fine until I installed the new version. Now I get this error:
1064 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 'p.products_sort_order LIMIT 100' at line 12
in:
[SELECT p.products_id, pd.products_name, pd.products_description, p.products_image, GREATEST(p.products_date_added, IFNULL(p.products_last_modified, 0)) AS products_date, p.master_categories_id, p.products_price_sorter AS price, p.products_quantity, p.products_model, p.products_weight, p.manufacturers_id, m.manufacturers_name, r.reviews_rating FROM ABCproducts p LEFT JOIN ABCproducts_description pd ON (p.products_id = pd.products_id) LEFT JOIN ABCmanufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN ABCreviews r ON (p.products_id = r.products_id) WHERE pd.language_id = 1 AND p.products_status = 1 AND p.master_categories_id = 22 AND p.products_id=10414 order by p.products_last_modified DESC p.products_sort_order LIMIT 100]
Help!
Jason
Bookmarks