Version 1.38


I get this error

Warning: Division by zero in /home/something/public_html/admin/includes/classes/split_page_results.php on line 39
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 '-0, 0' at line 1
in:
[select coupon_id, coupon_code, coupon_amount, coupon_type, coupon_start_date,coupon_expire_date,uses_per_user,uses_per_coupon,restrict_to_p roducts, restrict_to_categories, date_created,date_modified, coupon_active, coupon_zone_restriction from zen_coupons where coupon_active='Y' and coupon_type != 'G' limit -0, 0]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I check my english file as the following link
https://www.zen-cart.com/tutorials/index.php?article=27

my file like this @setlocale(LC_TIME, 'en_US.ISO_8859-1')

what is the problem, I have to change? please