ErrorException [ Warning ]: mysqli::query(): (08S01/1053): Server shutdown in progress

MODPATH/_internal/database/classes/Kohana/Database/MySQLi.php [ 163 ]

158 			// Benchmark this query for the current instance
159 			$benchmark = Profiler::start("Database ({$this->_instance})", $sql);
160 		}
161 
162 		// Execute the query
163 		if (($result = $this->_connection->query($sql)) === FALSE)
164 		{
165 			if (isset($benchmark))
166 			{
167 				// This benchmark is worthless
168 				Profiler::delete($benchmark);
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. MODPATH/_internal/database/classes/Kohana/Database/MySQLi.php [ 163 ] » mysqli->query(arguments)

  3. MODPATH/_internal/database/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_MySQLi->query(arguments)

  4. MODPATH/_internal/orm/classes/Kohana/ORM.php [ 1450 ] » Kohana_Database_Query->execute(arguments)

  5. MODPATH/_internal/orm/classes/Kohana/ORM.php [ 1253 ] » Kohana_ORM->_load_result(arguments)

  6. MODPATH/sport/classes/Model/Event.php [ 149 ] » Kohana_ORM->find_all(arguments)

  7. MODPATH/sport/classes/Module/Event.php [ 97 ] » Model_Event->tv(arguments)

  8. MODPATH/_internal/module/classes/Kohana/Module.php [ 58 ] » Module_Event->_data()

  9. MODPATH/_internal/module/classes/Kohana/Module.php [ 48 ] » Kohana_Module->data()

  10. MODPATH/sport/classes/Module/Event.php [ 8 ] » Kohana_Module->_initialize()

  11. MODPATH/_internal/module/classes/Kohana/Module.php [ 43 ] » Module_Event->_initialize()

  12. MODPATH/_internal/module/classes/Kohana/Module.php [ 25 ] » Kohana_Module->__construct(arguments)

  13. APPPATH/classes/Controller/Template.php [ 205 ] » Kohana_Module::factory(arguments)

  14. APPPATH/classes/Controller/Template.php [ 151 ] » Controller_Template->_init()

  15. SYSPATH/classes/Kohana/Controller.php [ 69 ] » Controller_Template->before()

  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. APPPATH/classes/Request.php [ 144 ] » Kohana_Request_Client->execute(arguments)

  20. DOCROOT/index.php [ 305 ] » Request->execute()

Environment