Page 1 of 1

Deprecated: mysql_connect(): The mysql extension is deprecat

Posted: Fri Nov 27, 2015 6:23 am
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

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

Posted: Fri Nov 27, 2015 9:01 pm
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.