Quote:
Originally Posted by Karabaja
Yes thats the same error I got in my logs. I tried editing vbulletin_3.xx_plugin.php to add db info right in the file like:
Code:
$VAR["db_username"] = 'mydbusername';
$VAR["db_password"] = 'mydbpassword';
and so on.
And then I didn't get error that it can't connect to database but I got just blank page when I go to /vbmessenger/index.php
|
Do not change any of the mysql settings as those settings are pulled from your own config file.