AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: tajrean on April 16, 2019, 07:37:53 AM
-
when trying to checkout problem occurs. see the picture
-
Hello.
Please check Invoice Start No and Invoice Prefix settings in Admin > System > Settings > Checkout
-
that was already set but still problem. how to fix?
-
Hi. Does this problem appear on new installation? What is your AbanteCart and PHP version?
-
yesterday i installed and today i see problem. AbanteCart version is 1.2.14 php 7.1
-
I tried installing AbanteCart thrice to check if checkout works. But still the same problem persists. Can this ever be fixed?
-
Hello.
Try to install latest code https://github.com/abantecart/abantecart-src/archive/1.2.15.zip
or apply patch released yesterday by dev team https://github.com/abantecart/abantecart-src/commit/d2c21069e551e7d25c4c85946729643f5ca98a97?w=1
-
after installing latest version following errors occured
SQL Error: Field 'payment_method_data' doesn't have a default value
-
looks like your webhost mysql is in strict mode
-
In your sql manager (PHPmyadmin) run
SHOW VARIABLES LIKE 'sql_mode';