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.
what mysql driver do you use? (you can see it in your system/config.php file, constant DB_DRIVER)
try to change to amysqli
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?