The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
xxx'@'localhost' (using password: YES)
After change my host i am getting below error, how to fix this
Quote:
|
#2
|
||||
|
||||
Check database in cpanel/plesk and compare to database listed in /includes/config.php - do they match? Is there a user assigned to the database from "MySQL Databases" in cpanel?
You need to edit config.php and ensure your information provided in the file, is correct. "xxx" is probably not the account name in the path unless you're a o.O type of site! xxx = accountname below. These lines in config.php need to be changed: Code:
$config['Database']['dbname'] = 'accountname_databasename'; $config['MasterServer']['username'] = 'accountname_databaseusername'; $config['MasterServer']['password'] = 'databaseusernamepassword'; Code:
$config['Database']['dbname'] = 'xxx_databasename'; $config['MasterServer']['username'] = 'xxx_databaseusername'; $config['MasterServer']['password'] = 'databaseusernamepassword'; |
#3
|
|||
|
|||
site works i changed password from Cpanel
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|