Fatal Error in Gdn_Database.Connection();

An error occurred while attempting to connect to the database

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

The error occurred on or near: /home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/library/database/class.database.php

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

Backtrace:

/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/library/database/class.database.phpPHP::Gdn_ErrorHandler();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/library/database/class.database.php:61] PHP::trigger_error();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/library/database/class.database.php:283] Gdn_Database->Connection();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/library/database/class.sqldriver.php:1657] Gdn_Database->Query();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/library/database/class.sqldriver.php:683] Gdn_SQLDriver->Query();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/applications/dashboard/models/class.permissionmodel.php:476] Gdn_SQLDriver->Get();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/applications/dashboard/models/class.permissionmodel.php:188] PermissionModel->PermissionColumns();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/applications/dashboard/models/class.usermodel.php:254] PermissionModel->CachePermissions();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/library/core/class.session.php:318] UserModel->DefinePermissions();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/library/core/class.auth.php:36] Gdn_Session->Start();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/bootstrap.php:168] Gdn_Auth->StartAuthenticator();
[/home/kqsdmy0p58yx/public_html/intothefarwest.com/forum/index.php:41] PHP::require_once();

Variables in local scope:

[ex] array (
  'errorInfo' => 
  array (
    0 => '28000',
    1 => 1045,
    2 => 'Access denied for user \'gmskarka\'@\'localhost\' (using password: YES)',
  ),
)

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: