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

MODPATH/database/classes/Database/MySQLi.php [ 186 ]

181 			// Benchmark this query for the current instance
182 			$benchmark = Profiler::start("Database ({$this->_instance})", $sql);
183 		}
184 
185 		// Execute the query
186 		if (($result = mysqli_query($this->_connection, $sql)) === FALSE)
187 		{
188 			if (isset($benchmark))
189 			{
190 				// This benchmark is worthless
191 				Profiler::delete($benchmark);
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. MODPATH/database/classes/Database/MySQLi.php [ 186 ] » mysqli_query(arguments)

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

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

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

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

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

  8. APPPATH/views/website/components/job_row.php [ 4 ] » Kohana_ORM->__get(arguments)

  9. APPPATH/views/website/search.php [ 125 ] » include(arguments)

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

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

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

  13. SYSPATH/classes/Kohana/Response.php [ 160 ] » Kohana_View->__toString()

  14. APPPATH/classes/Controller/Website.php [ 36 ] » Kohana_Response->body(arguments)

  15. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->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 [ 993 ] » Kohana_Request_Client->execute(arguments)

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

Environment