Casali e Ville

Database_Exception [ 1040 ]: SQLSTATE[HY000] [1040] Too many connections

APPPATH/classes/Database/PDO.php [ 37 ]

32 			// Create a new PDO connection
33 			$this->_connection = new PDO($dsn, $username, $password, $options);
34 		}
35 		catch (PDOException $e)
36 		{
37 			throw new Database_Exception(':error',
38 				array(':error' => $e->getMessage()),
39 				$e->getCode());
40 		}
41 
42 		if ( ! empty($this->_config['charset']))
  1. MODPATH/database/classes/Kohana/Database/PDO.php [ 130 ] » Database_PDO->connect()

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

  3. MODPATH/orm/classes/Kohana/ORM.php [ 1063 ] » Kohana_Database_Query->execute(arguments)

  4. MODPATH/orm/classes/Kohana/ORM.php [ 1004 ] » Kohana_ORM->_load_result(arguments)

  5. APPPATH/classes/Model/Property.php [ 143 ] » Kohana_ORM->find_all()

  6. APPPATH/views/residenziali/index.php [ 201 ] » Model_Property->get_ultime_residenziali()

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

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

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

  10. APPPATH/views/template.php [ 65 ] » Kohana_View->__toString()

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

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

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

  14. APPPATH/classes/Controller/Site.php [ 119 ] » Kohana_Controller_Template->after()

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

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

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

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

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

  20. DOCROOT/index.php [ 123 ] » Kohana_Request->execute()

Environment