I have installed Vanilla on a server running PHP 4.4.0 and MySQL 4.0.25.
I have all permissions set correctly and the database info is correct (triple checked all this - ran the installation twice to be sure).
When i try to go to the forum, I get this error:
A fatal, non-recoverable error has occurred Technical information (for support personel): Error Message: The connection to the database failed. Affected Elements: Database.OpenConnection(); Database queries run prior to error
Yes, I used the installer.php file and everything went fine. The only error I got was when I tried to go to index.php or signin.php (after installation).
Have you been into the database and checked that it all looks complete? Can you paste the related parts of your appg/settings.php file (with your password blanked) for us to quadruple check it all looks ok?
hmm. thats rather baffling. Just try uploading a php file containing <? $db = mysql_connect ("localhost", "fbcbhmo_forum", "password") or die ('I cannot connect to the database because: ' . mysql_error()); ?> and browse to it - see if it errors.