AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: tajrean on April 16, 2019, 07:37:53 AM

Title: checkout problem
Post by: tajrean on April 16, 2019, 07:37:53 AM
when trying to checkout problem occurs. see the picture
Title: Re: checkout problem
Post by: Basara on April 16, 2019, 08:00:49 AM
Hello.
Please check Invoice Start No and Invoice Prefix settings in Admin > System > Settings > Checkout
Title: Re: checkout problem
Post by: tajrean on April 16, 2019, 08:07:02 AM
that was already set but still problem. how to fix?
Title: Re: checkout problem
Post by: Basara on April 16, 2019, 09:10:33 AM
Hi. Does this problem appear on new installation? What is your AbanteCart and PHP version?
Title: Re: checkout problem
Post by: tajrean on April 16, 2019, 09:29:50 AM
yesterday i installed and today i see problem. AbanteCart version is 1.2.14  php 7.1
Title: Re: checkout problem
Post by: tajrean on April 16, 2019, 03:54:58 PM
I tried installing AbanteCart thrice to check if checkout works. But still the same problem persists. Can this ever be fixed?
Title: Re: checkout problem
Post by: Basara on April 17, 2019, 01:13:16 AM
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
Title: Re: checkout problem
Post by: tajrean on April 17, 2019, 04:25:41 AM
after installing latest version following errors occured

SQL Error: Field 'payment_method_data' doesn't have a default value
Title: Re: checkout problem
Post by: Basara on April 17, 2019, 06:32:39 AM
looks like your webhost mysql is in strict mode
Title: Re: checkout problem
Post by: Basara on April 18, 2019, 06:05:21 AM
In your sql manager (PHPmyadmin) run
Code: [Select]
SHOW VARIABLES LIKE 'sql_mode';