wondernet Posted February 21, 2006 Posted February 21, 2006 I'm getting the following errors on some admin pages ... on catalog > manufacturers 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 manufacturers_id, manufacturers_name, manufacturers_image, date_added, last_modified from manufacturers order by manufacturers_name limit -20, 20 [TEP STOP] on reviews page 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 reviews_id, products_id, date_added, last_modified, reviews_rating from reviews order by date_added DESC limit -20, 20 [TEP STOP] and on specials admin screen 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 [TEP STOP] Any ideas anyone (please)?
Jack_mcs Posted February 21, 2006 Posted February 21, 2006 It's a php compatibility issue. See the security update file or the knowloedge base for the solution. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
wondernet Posted February 21, 2006 Author Posted February 21, 2006 that doesn't sound right, everything else works fine .. indeed they were working earlier today (havne't done anything that has any relevence to those pages)
wondernet Posted February 21, 2006 Author Posted February 21, 2006 OK, I was wrong. Sorry. I did a search and found this - http://www.oscommerce.com/forums/index.php?sho...=144095&hl=1064 - and sorted it fine!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.