shades Posted August 28, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 08/27/12 Last Seen: May 21, 2024 Share Posted August 28, 2012 (edited) this error... Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: PDOException Message: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES) File: C:\wamp\www\lib\Flux\Connection.php:81 File Line Function/Method C:\wamp\www\lib\Flux\Connection.php 81 PDO::__construct() C:\wamp\www\lib\Flux\Connection.php 94 Flux_Connection::connect() C:\wamp\www\lib\Flux\Connection.php 159 Flux_Connection::getConnection() C:\wamp\www\modules\install\index.php 17 Flux_Connection::getStatement() C:\wamp\www\lib\Flux\Template.php 337 include() C:\wamp\www\lib\Flux\Dispatcher.php 168 Flux_Template::render() C:\wamp\www\index.php 170 Flux_Dispatcher::dispatch() Exception Trace As String #0 C:\wamp\www\lib\Flux\Connection.php(81): PDO->__construct(*hidden*) #1 C:\wamp\www\lib\Flux\Connection.php(94): Flux_Connection->connect(Object(Flux_Config)) #2 C:\wamp\www\lib\Flux\Connection.php(159): Flux_Connection->getConnection() #3 C:\wamp\www\modules\install\index.php(17): Flux_Connection->getStatement('SELECT VERSION(...') #4 C:\wamp\www\lib\Flux\Template.php(337): include('C:\wamp\www\mod...') #5 C:\wamp\www\lib\Flux\Dispatcher.php(168): Flux_Template->render() #6 C:\wamp\www\index.php(170): Flux_Dispatcher->dispatch(Array) #7 {main} someone help me Edited August 28, 2012 by shades Link to comment Share on other sites More sharing options...
Asura Posted August 29, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted August 29, 2012 Hi shades, You will need to correctly enter the proper MySQL user information in the file '/config/servers.php'. Once you've entered that, you must make sure that the MySQL user account that you are using has the capability to be accessed by that particular host. Link to comment Share on other sites More sharing options...
Question
shades
this error...
Critical Error
An error was encountered during the lifetime of the application.
This could be due to a variety of problems, such as a bug in the application.
However, normally it is caused by misconfiguration.
Exception Details
Error: PDOException
Message: SQLSTATE[28000] [1045] Access denied for user 'ragnarok'@'localhost' (using password: YES)
File: C:\wamp\www\lib\Flux\Connection.php:81 File Line Function/Method C:\wamp\www\lib\Flux\Connection.php 81 PDO::__construct() C:\wamp\www\lib\Flux\Connection.php 94 Flux_Connection::connect() C:\wamp\www\lib\Flux\Connection.php 159 Flux_Connection::getConnection() C:\wamp\www\modules\install\index.php 17 Flux_Connection::getStatement() C:\wamp\www\lib\Flux\Template.php 337 include() C:\wamp\www\lib\Flux\Dispatcher.php 168 Flux_Template::render() C:\wamp\www\index.php 170 Flux_Dispatcher::dispatch()
Exception Trace As String
#0 C:\wamp\www\lib\Flux\Connection.php(81): PDO->__construct(*hidden*)
#1 C:\wamp\www\lib\Flux\Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
#2 C:\wamp\www\lib\Flux\Connection.php(159): Flux_Connection->getConnection()
#3 C:\wamp\www\modules\install\index.php(17): Flux_Connection->getStatement('SELECT VERSION(...')
#4 C:\wamp\www\lib\Flux\Template.php(337): include('C:\wamp\www\mod...')
#5 C:\wamp\www\lib\Flux\Dispatcher.php(168): Flux_Template->render()
#6 C:\wamp\www\index.php(170): Flux_Dispatcher->dispatch(Array)
#7 {main}
someone help me
Edited by shadesLink to comment
Share on other sites
1 answer to this question
Recommended Posts