Fatal Error in Gdn_Database.Connection();

An error occurred while attempting to connect to the database

SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)

The error occurred on or near: /home/blueteach/www/recette/fr/vforum/library/database/class.database.php

56:             $this->_Connection = new PDO(strtolower($this->Engine) . ':' . $this->Dsn, $this->User, $this->Password, $this->ConnectionOptions);
57: 	    if($this->ConnectionOptions[1002])
58: 		$this->Query($this->ConnectionOptions[1002]);
59:          } catch (Exception $ex) {
60:             trigger_error(ErrorMessage('An error occurred while attempting to connect to the database', $this->ClassName, 'Connection', $ex->getMessage()), E_USER_ERROR);
61:          }
62:       }
63:       
64:       return $this->_Connection;

Backtrace:

[/home/blueteach/www/recette/fr/vforum/library/core/functions.error.php:132] PHP::include();
[/home/blueteach/www/recette/fr/vforum/library/core/functions.error.php:132] PHP::ErrorHandler();
[/home/blueteach/www/recette/fr/vforum/library/database/class.database.php:60] PHP::trigger_error();
[/home/blueteach/www/recette/fr/vforum/library/database/class.database.php:228] Gdn_Database->Connection();
[/home/blueteach/www/recette/fr/vforum/library/database/class.sqldriver.php:1493] Gdn_Database->Query();
[/home/blueteach/www/recette/fr/vforum/library/database/class.sqldriver.php:609] Gdn_SQLDriver->Query();
[/home/blueteach/www/recette/fr/vforum/applications/garden/models/class.permissionmodel.php:289] Gdn_SQLDriver->Get();
[/home/blueteach/www/recette/fr/vforum/applications/garden/models/class.permissionmodel.php:110] Gdn_PermissionModel->PermissionColumns();
[/home/blueteach/www/recette/fr/vforum/applications/garden/models/class.usermodel.php:45] Gdn_PermissionModel->CachePermissions();
[/home/blueteach/www/recette/fr/vforum/library/core/class.session.php:257] Gdn_UserModel->DefinePermissions();
[/home/blueteach/www/recette/fr/vforum/index.php:30] Gdn_Session->Start();

Variables in local scope:

[ex] array (
  'errorInfo' => NULL,
)

Need Help?

If you are a user of this website, you can report this message to a website administrator.

If you are an administrator of this website, you can get help at the Vanilla Community Forums.

Additional information for support personnel: