godino1 Posted January 11, 2006 Posted January 11, 2006 I'm getting this error can any one help me out in sorting this out please. 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 '-20, 20' at line 1 select p.products_id, pd.products_name, p.products_price, s.specials_id, s.specials_new_products_price, s.specials_date_added, s.specials_last_modified, s.expires_date, s.date_status_change, s.status from products p, specials s, products_description pd where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = s.products_id order by pd.products_name limit -20, 20
FireFly Posted January 22, 2006 Posted January 22, 2006 can't anyone help me with this? ive been having the same problems and just cant suss any of it out can someone email me regarding this thanks [email protected]
godino1 Posted January 22, 2006 Author Posted January 22, 2006 I'm still having the same problem myself
♥bruyndoncx Posted January 22, 2006 Posted January 22, 2006 see this thread for the solution: http://www.oscommerce.com/forums/index.php?sho...26entry697026 KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.