Guest Posted December 9, 2005 Posted December 9, 2005 Hi, Can someone tell me how to fix this: Tax Rates 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 r.tax_rates_id, z.geo_zone_id, z.geo_zone_name, tc.tax_class_title, tc.tax_class_id, r.tax_priority, r.tax_rate, r.tax_description, r.date_added, r.last_modified from tax_class tc, tax_rates r left join geo_zones z on r.tax_zone_id = z.geo_zone_id where r.tax_class_id = tc.tax_class_id limit -20, 20 [TEP STOP] This is a copy of an error message I get in the Tax Rates section of the Admin area after I had deleted the default florida tax rate in it. Now I can't add tax rates anymore as the menu for input has been replaced by the above error. Thanx in advance Lowly
Guest Posted December 10, 2005 Posted December 10, 2005 Thanx Vger I know this must get asked a lot but thank you for taking the time to tell me again. It worked a treat!! :-)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.