DEPRECATED: AbanteCart core v.1.2.3 mysql_connect(): The mysql extension error

Started by webdevmerc, November 11, 2015, 08:17:34 PM

Previous topic - Next topic

webdevmerc

For some reason, I just started getting these in multiple sites...Anyone else notice this?

DEPRECATED: AbanteCart core v.1.2.3 mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in <b>/home/aplacefo/public_html/core/database/mysql.php</b> on line <b>46</b>

Running 1.2.3...Only minor changes to a few storefront view files...

Siri M.

Hi
I had the problem after moving my site to new host. I fixed it by changing "define('DB_DRIVER', 'mysql');" to "define('DB_DRIVER', 'amysqli');" in config.php file.

See if that helps. It at least works with my web host setup. Might be different for yours.

Also, after that I was able to upgrade to 1.2.4 without a problem. Before that the upgrade failed.

webdevmerc

Thanks!  That made the error stop, but why is it amysqli?

What's the 'a...' for?

Forum Rules Code of conduct
AbanteCart.com 2010 -