CodeIgniter Forums
Error Message after migrating from 3.0 CI 3.0rc3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: Error Message after migrating from 3.0 CI 3.0rc3 (/showthread.php?tid=1480)



Error Message after migrating from 3.0 CI 3.0rc3 - alfred.laggner - 03-13-2015

I have been using CI 3.0 for a while and just upgraded to 3.0 rc3. After that I got this error message
Quote:A PHP Error was encountered

Severity: 8192

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

Filename: mysql/mysql_driver.php

Line Number: 135

Backtrace:

File: C:\wamp\www\oph_production\index.php
Line: 292
Function: require_once

What could that be?


RE: Error Message after migrating from 3.0 CI 3.0rc3 - Narf - 03-13-2015

... what the message says.


RE: Error Message after migrating from 3.0 CI 3.0rc3 - CroNiX - 03-13-2015

Has nothing to do with CI though, that's coming from PHP. Were you using mysql driver before or mysqli or pdo? Switch to mysqli or pdo and it will go away.


RE: Error Message after migrating from 3.0 CI 3.0rc3 - alfred.laggner - 03-13-2015

Thank you CroNix! Case closed!