Database_Exception [ 2 ]: mysqli_connect(): (HY000/1045): Access denied for user 'umarcelinoramos'@'localhost' (using password: YES)

MODPATH/database/classes/database/mysqli.php [ 59 ]

54 		catch (Exception $e)
55 		{
56 			// No connection exists
57 			$this->_connection = NULL;
58 
59 			throw new Database_Exception(':error',
60 				array(':error' => $e->getMessage()),
61 				$e->getCode());
62 		}
63 
64 		// \xFF is a better delimiter, but the PHP driver uses underscore
  1. MODPATH/database/classes/database/mysqli.php [ 157 ] » Database_MySQLi->connect()

  2. APPPATH/classes/model/configuracoes.php [ 64 ] » Database_MySQLi->query(arguments)

  3. MODPATH/orm/classes/kohana/orm.php [ 39 ] » Model_Configuracoes->__construct(arguments)

  4. APPPATH/classes/controller/index.php [ 43 ] » Kohana_ORM::factory(arguments)

  5. {PHP internal call} » Controller_Index->before()

  6. SYSPATH/classes/kohana/request/client/internal.php [ 104 ] » ReflectionMethod->invoke(arguments)

  7. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  8. SYSPATH/classes/kohana/request.php [ 1154 ] » Kohana_Request_Client->execute(arguments)

  9. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment