AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: helperbee on February 03, 2016, 12:54:28 AM

Title: host changed mySQL version
Post by: helperbee on February 03, 2016, 12:54:28 AM
Hello. My host updated mySQL version from 5.5 to 10.0.23-MariaDB which they say is similar 5.6 version. Our site is having problems with "Act on Behalf".
To attempt a fix, I changed PHP version to be 5.6, but that made no difference.
What else can I try before I update version of AbanteCart?

Our AbanteCart version is 1.2.2. Tonight, I'm planning an update to 1.2.3 then 1.2.4 then 1.2.5, as  I don't believe it is possible to go directly from 1.2.2 to 1.2.5.

Title: Re: host changed mySQL version
Post by: abolabo on February 03, 2016, 08:43:41 AM
what mysql driver do you use? (you can see it in your system/config.php file, constant DB_DRIVER)
try to change to amysqli
Title: Re: host changed mySQL version
Post by: helperbee on February 03, 2016, 01:09:03 PM
Quote from: abolabo on February 03, 2016, 08:43:41 AM
what mysql driver do you use? (you can see it in your system/config.php file, constant DB_DRIVER)
try to change to amysqli

It was already amysqli.

In my testing efforts, I cloned the site and "Act on Behalf" worked in the clone. Yipee! What does this tell us about what is wrong and what to fix?