Jump to content

MySQL extension is deprecated


Recommended Posts

Hi all,

 

I'm getting this message on the website:

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /customers/6/7/8/exotic-insects.com/httpd.www/classes/MySQL.php on line 34 Warning: Cannot modify header information - headers already sent by (output started at /customers/6/7/8/exotic-insects.com/httpd.www/classes/MySQL.php:34) in /customers/6/7/8/exotic-insects.com/httpd.www/classes/Cookie.php on line 300 Warning: Cannot modify header information - headers already sent by (output started at /customers/6/7/8/exotic-insects.com/httpd.www/classes/MySQL.php:34) in /customers/6/7/8/exotic-insects.com/httpd.www/classes/Cookie.php on line 300 Warning: Cannot modify header information - headers already sent by (output started at /customers/6/7/8/exotic-insects.com/httpd.www/classes/MySQL.php:34) in /customers/6/7/8/exotic-insects.com/httpd.www/classes/FrontController.php on line 335

 

it shows on the frontoffice and i cannot access the backoffice.

I'm confused what to do about it...Can anyone help?

 

Should I update my prestashop version?

 

Thanks in Advance

Link to comment
Share on other sites

  • 2 years later...

If you are receiving the same exact warning...

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead 

Then it means you are using an older mysql driver/extension, which is technically ok, and you have a few options

1) you can disable debug mode, and then just ignore and move on

2) if you do not want to ignore the warning, then you will need to work with your hosting provider to disable the mysql extension, and instead use the mylsqi or pdo extension

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...