The Arcive of vBulletin Modifications Site. |
|
use mysqli or PDO Details »»
|
|||||||||||||||||||||||||
Just moved servers, getting this error:
Code:
Warning: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in ....\arcade\functions\dbclass.php on line 44 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Use mysqli -- supported and recommended by vB
Just edit the config.php file |
|
#3
|
||||
|
||||
|
Quote:
I already have it set in config.php Code:
$config['Database']['dbtype'] = 'mysqli'; |
![]() |
|
|