Database_Exception [ 1045 ]: SQLSTATE[28000] [1045] Access denied for user 'Sql961930'@'89.46.105.246' (using password: YES)

MODPATH/database/classes/Kohana/Database/PDO.php [ 59 ]

54 			// Create a new PDO connection
55 			$this->_connection = new PDO($dsn, $username, $password, $options);
56 		}
57 		catch (PDOException $e)
58 		{
59 			throw new Database_Exception(':error',
60 				array(':error' => $e->getMessage()),
61 				$e->getCode());
62 		}
63 	}
64 
  1. MODPATH/database/classes/Kohana/Database/PDO.php [ 130 ] » Kohana_Database_PDO->connect()

  2. MODPATH/database/classes/Kohana/Database/PDO.php [ 251 ] » Kohana_Database_PDO->query(arguments)

  3. MODPATH/orm/classes/Kohana/ORM.php [ 1668 ] » Kohana_Database_PDO->list_columns(arguments)

  4. MODPATH/orm/classes/Kohana/ORM.php [ 444 ] » Kohana_ORM->list_columns()

  5. MODPATH/orm/classes/Kohana/ORM.php [ 389 ] » Kohana_ORM->reload_columns()

  6. MODPATH/orm/classes/Kohana/ORM.php [ 254 ] » Kohana_ORM->_initialize()

  7. MODPATH/orm/classes/Kohana/ORM.php [ 46 ] » Kohana_ORM->__construct(arguments)

  8. APPPATH/views/common/header.php [ 175 ] » Kohana_ORM::factory(arguments)

  9. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  11. SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()

  12. APPPATH/views/template.php [ 1552 ] » Kohana_View->__toString()

  13. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Application.php [ 46 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Application->after()

  18. {PHP internal call} » Kohana_Controller->execute()

  19. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  20. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  21. SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)

  22. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined index: connection

MODPATH/database/classes/Kohana/Database/PDO.php [ 33 ]

28 	{
29 		if ($this->_connection)
30 			return;
31 
32 		// Extract the connection parameters, adding required variabels
33 		extract($this->_config['connection'] + array(
34 			'dsn'        => '',
35 			'username'   => NULL,
36 			'password'   => NULL,
37 			'persistent' => FALSE,
38 		));
  1. MODPATH/database/classes/Kohana/Database/PDO.php [ 33 ] » Kohana_Core::error_handler(arguments)

0
integer 8
1
string(27) "Undefined index: connection"
2
string(83) "/web/htdocs/www.geniusrace.it/home/modules/database/classes/Kohana/Database/PDO.php"
3
integer 33
4
array(0) 
  • MODPATH/database/classes/Kohana/Database/PDO.php [ 130 ] » Kohana_Database_PDO->connect()

  • MODPATH/database/classes/Kohana/Database/PDO.php [ 251 ] » Kohana_Database_PDO->query(arguments)

  • MODPATH/orm/classes/Kohana/ORM.php [ 1668 ] » Kohana_Database_PDO->list_columns(arguments)

  • MODPATH/orm/classes/Kohana/ORM.php [ 444 ] » Kohana_ORM->list_columns()

  • MODPATH/orm/classes/Kohana/ORM.php [ 389 ] » Kohana_ORM->reload_columns()

  • MODPATH/orm/classes/Kohana/ORM.php [ 254 ] » Kohana_ORM->_initialize()

  • MODPATH/orm/classes/Kohana/ORM.php [ 46 ] » Kohana_ORM->__construct(arguments)

  • APPPATH/views/User/signup.php [ 4 ] » Kohana_ORM::factory(arguments)

  • SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  • SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  • SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()

  • APPPATH/views/template.php [ 1570 ] » Kohana_View->__toString()

  • SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  • SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  • SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  • APPPATH/classes/Controller/Application.php [ 46 ] » Kohana_Controller_Template->after()

  • SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Application->after()

  • {PHP internal call} » Kohana_Controller->execute()

  • SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  • SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  • SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)

  • DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

  • Environment

    Twitter Google Plus
    Twitter