Page 1 of 1

[Help] Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future

Posted: Fri Jan 04, 2019 11:45 am
by hslee1106
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/orange2y/public_html/system/database/mysql.php on line 6
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/orange2y/public_html/system/database/mysql.php:6) in /home/orange2y/public_html/system/library/session.php on line 11Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/orange2y/public_html/system/database/mysql.php:6) in /home/orange2y/public_html/system/library/session.php on line 11

Hi, can anyone help me for this?

I tried to restore back 1.5.6.1, because getting this message after install 1.5.6.4 , but still get the error message at the end and I can't login via admin page.

Re: [Help] Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future

Posted: Fri Jan 04, 2019 11:14 pm
by Johnathan
There are some fixes that address the deprecation of mysql_connect() in the marketplace. I think this is one of them, it may work for you:

https://www.opencart.com/index.php?rout ... n_id=30233

Re: [Help] Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future

Posted: Fri Jan 04, 2019 11:29 pm
by ADD Creative
Check your config.php and admin/config.php files are using the newer mysqli driver.

Code: Select all

define('DB_DRIVER', 'mysqli');