Hey,
I'm getting a lot of MySQL syntax errors since I upgraded to 1.3.9h. These are errors that weren't there when I used 1.3.9f.
Examples:
Code: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 'ORDER BY r.`reviews_rating` DESC' at line 3 in: [SELECT r.`reviews_rating` FROM reviews r WHERE r.`status` = 1 AND r.`products_id` = ORDER BY r.`reviews_rating` DESC]Can anyone tell me what I can do about this?Code: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 '' at line 1 in: [select p.products_id,p.products_image,pd.products_name from products p, products_description pd where p.`products_id`=pd.`products_id` AND p.products_status =1 AND master_categories_id = ]
- Sorry, can't provide you with a link, as the website is under construction and still offline -






Bookmarks