Database_Exception [ 2 ]: mysqli::real_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known

APPPATH/classes/Database/MySQLi.php [ 96 ]

 91 		catch (Exception $e)
 92 		{
 93 			// No connection exists
 94 			$this->_connection = NULL;
 95 
 96 			throw new Database_Exception(':error', array(':error' => $e->getMessage()), $e->getCode());
 97 		}
 98 
 99 		// \xFF is a better delimiter, but the PHP driver uses underscore
100 		$this->_connection_id = sha1($hostname.'_'.$username.'_'.$password);
101 
  1. APPPATH/classes/Database/MySQLi.php [ 464 ] » Database_MySQLi->connect()

  2. MODPATH/database/classes/Kohana/Database.php [ 478 ] » Database_MySQLi->escape()

  3. MODPATH/database/classes/Kohana/Database/Query/Builder.php [ 116 ] » Kohana_Database->quote()

  4. MODPATH/database/classes/Kohana/Database/Query/Builder/Select.php [ 372 ] » Kohana_Database_Query_Builder->_compile_conditions()

  5. MODPATH/database/classes/Kohana/Database/Query.php [ 234 ] » Kohana_Database_Query_Builder_Select->compile()

  6. APPPATH/classes/Lang.php [ 111 ] » Kohana_Database_Query->execute()

  7. APPPATH/classes/Lang.php [ 95 ] » Lang::compile_from_database()

  8. APPPATH/classes/Lang.php [ 15 ] » Lang::compile()

  9. APPPATH/func.php [ 231 ] » Lang::get()

  10. APPPATH/views/public/home/navbar.php [ 5 ] » t()

  11. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  12. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

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

  14. APPPATH/views/public/home/pub_template.php [ 25 ] » Kohana_View->__toString()

  15. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  16. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

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

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

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

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

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

  22. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute()

  23. DOCROOT/index.php [ 179 ] » Kohana_Request->execute()

Environment

Database_Exception [ 2 ]: mysqli::real_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known

APPPATH/classes/Database/MySQLi.php [ 96 ]

 91 		catch (Exception $e)
 92 		{
 93 			// No connection exists
 94 			$this->_connection = NULL;
 95 
 96 			throw new Database_Exception(':error', array(':error' => $e->getMessage()), $e->getCode());
 97 		}
 98 
 99 		// \xFF is a better delimiter, but the PHP driver uses underscore
100 		$this->_connection_id = sha1($hostname.'_'.$username.'_'.$password);
101 
  1. APPPATH/classes/Database/MySQLi.php [ 464 ] » Database_MySQLi->connect()

  2. MODPATH/database/classes/Kohana/Database.php [ 478 ] » Database_MySQLi->escape()

  3. MODPATH/database/classes/Kohana/Database/Query/Builder.php [ 116 ] » Kohana_Database->quote()

  4. MODPATH/database/classes/Kohana/Database/Query/Builder/Select.php [ 372 ] » Kohana_Database_Query_Builder->_compile_conditions()

  5. MODPATH/database/classes/Kohana/Database/Query.php [ 234 ] » Kohana_Database_Query_Builder_Select->compile()

  6. APPPATH/classes/Lang.php [ 111 ] » Kohana_Database_Query->execute()

  7. APPPATH/classes/Lang.php [ 95 ] » Lang::compile_from_database()

  8. APPPATH/classes/Lang.php [ 15 ] » Lang::compile()

  9. APPPATH/func.php [ 231 ] » Lang::get()

  10. APPPATH/views/public/home/welcome.php [ 21 ] » t()

  11. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  12. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

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

  14. APPPATH/views/public/home/pub_template.php [ 26 ] » Kohana_View->__toString()

  15. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  16. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

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

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

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

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

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

  22. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute()

  23. DOCROOT/index.php [ 179 ] » Kohana_Request->execute()

Environment

Database_Exception [ 2 ]: mysqli::real_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known

APPPATH/classes/Database/MySQLi.php [ 96 ]

 91 		catch (Exception $e)
 92 		{
 93 			// No connection exists
 94 			$this->_connection = NULL;
 95 
 96 			throw new Database_Exception(':error', array(':error' => $e->getMessage()), $e->getCode());
 97 		}
 98 
 99 		// \xFF is a better delimiter, but the PHP driver uses underscore
100 		$this->_connection_id = sha1($hostname.'_'.$username.'_'.$password);
101 
  1. APPPATH/classes/Database/MySQLi.php [ 464 ] » Database_MySQLi->connect()

  2. MODPATH/database/classes/Kohana/Database.php [ 478 ] » Database_MySQLi->escape()

  3. MODPATH/database/classes/Kohana/Database/Query/Builder.php [ 116 ] » Kohana_Database->quote()

  4. MODPATH/database/classes/Kohana/Database/Query/Builder/Select.php [ 372 ] » Kohana_Database_Query_Builder->_compile_conditions()

  5. MODPATH/database/classes/Kohana/Database/Query.php [ 234 ] » Kohana_Database_Query_Builder_Select->compile()

  6. APPPATH/classes/Lang.php [ 111 ] » Kohana_Database_Query->execute()

  7. APPPATH/classes/Lang.php [ 95 ] » Lang::compile_from_database()

  8. APPPATH/classes/Lang.php [ 15 ] » Lang::compile()

  9. APPPATH/func.php [ 231 ] » Lang::get()

  10. APPPATH/views/public/home/footer.php [ 6 ] » t()

  11. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  12. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

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

  14. APPPATH/views/public/home/pub_template.php [ 27 ] » Kohana_View->__toString()

  15. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  16. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture()

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

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

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

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

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

  22. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute()

  23. DOCROOT/index.php [ 179 ] » Kohana_Request->execute()

Environment