PHP Version 5.2.3
MySQL 5.0
IIS6 - Win2003
vBulletin 3.7.2
Have just purchased and downloaded vBulletin 3.7.2 and installed onto a new dedicated Fasthosts server (http://www.fasthosts.co.uk/dedicated...S-450_Windows/)
Followed the installation process to the letter and used mysqli as opposed to mysql due to PHP 5.2.3 but receive the following error:
Fatal error: Call to undefined function mysqli_init() in ~\includes\class_core.php on line 1128
If I change to mysql instead of mysqli I receive an error simply stating -
Database error - The database has encountered a problem [Which is pretty useless as far as error messages go]
I've checked and double checked the settings in php.ini
I installed a WordPress blog onto the same domain earlier without any problems whatsoever - so what is the problem here?
MySQL 5.0
IIS6 - Win2003
vBulletin 3.7.2
Have just purchased and downloaded vBulletin 3.7.2 and installed onto a new dedicated Fasthosts server (http://www.fasthosts.co.uk/dedicated...S-450_Windows/)
Followed the installation process to the letter and used mysqli as opposed to mysql due to PHP 5.2.3 but receive the following error:
Fatal error: Call to undefined function mysqli_init() in ~\includes\class_core.php on line 1128
If I change to mysql instead of mysqli I receive an error simply stating -
Database error - The database has encountered a problem [Which is pretty useless as far as error messages go]
I've checked and double checked the settings in php.ini
I installed a WordPress blog onto the same domain earlier without any problems whatsoever - so what is the problem here?
Comment