Page 1 of 1

Want to call mysqli.php instead of mysql.php

Posted: Wed Dec 23, 2015 2:43 pm
by gauravdeep
Hi guys, i am getting depriciation error(Depricated mysql connect() error:- This error will be removed in future. Use Mysqli or PDO) in my opencart. So I need to call mysqli.php instead of mysql.php. From where can i do it,. Can anyone tell me the path of that file

Re: Want to call mysqli.php instead of mysql.php

Posted: Thu Dec 24, 2015 2:23 am
by jimmyphong
open config.php file and admin/config.php file and see this line

define('DB_DRIVER', 'mysql');

change it to mysqli for use mysqli