[SOLVED] Codeigniter DB Error "The mysql extension is deprecated ..."
mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO insteadTo solve this issue you have to add a line of the following script
to Codeigniter folder \system\database\drivers\mysql\mysql_driver.phperror_reporting(error_reporting() & ~E_DEPRECATED);
open mysql_driver.php and add the above script to line 134. So your edited mysql_driver.php become like this

0 comments:
Post a Comment