Quote:
Originally Posted by Lynne
Change this:
$config['Database']['dbtype'] = 'mysqli';
to this:
$config['Database']['dbtype'] = 'mysql';
|
Not working as well..
it says :
no_vb5_database
--------------- Added [DATE]1374865714[/DATE] at [TIME]1374865714[/TIME] ---------------
Previous version vb 3.8.7 is running under mysqli
Here is the config.php from old site :
Code:
// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
$config['Database']['dbtype'] = 'mysql';