Hi sir/Madam,
I installed opencart 1.5.5.1 . I have an error in top of the admin Page coming like this
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /opt/lampp/htdocs/opencart 1.5.5.1/upload/system/database/mysql.php on line 6
How to overcome this Error. Kindly Give me some suggestions.
Thanks and regards,
kori
In both config.php and admin/config.php files, change:koripriyan10 wrote:Hi sir/Madam,
I installed opencart 1.5.5.1 . I have an error in top of the admin Page coming like this
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /opt/lampp/htdocs/opencart 1.5.5.1/upload/system/database/mysql.php on line 6
How to overcome this Error. Kindly Give me some suggestions.
Thanks and regards,
kori
Code: Select all
define('DB_DRIVER', 'mysql');
Code: Select all
define('DB_DRIVER', 'mysqli');
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: Amazon [Bot] and 35 guests