Deprecated: mysql_connect(): The mysql extension is deprecat

Post Reply
silvas
Posts: 13
Joined: Tue Apr 01, 2014 10:32 am

Deprecated: mysql_connect(): The mysql extension is deprecat

Post by silvas »

my site show Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/homesexhubs/public_html/scj/includes/db_modules/mysql.php on line 11
could you tell me how do?thx
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Deprecated: mysql_connect(): The mysql extension is depr

Post by admin »

The easiest way is to edit
config.php and add

error_reporting(E_ALL & ~E_NOTICE & E_DEPRICATED);

or ask admin to modify php.ini the same way.
Don't forget to run script update
Post Reply