HTTP_Exception_404 [ 404 ]: File not found!

APPPATH/classes/controller/park.php [ 184 ]

179 		;
180 		$gallery = $cars->gallery->find_all();
181 		$price = ORM::factory('rate')->get_price_item_for_city($id, $city->id);
182 		$stationIds = array_keys(ORM::factory('station')->station_list($city->id, $id));
183 		if(empty($stationIds)){
184 			 throw new HTTP_Exception_404('File not found!');
185 		}
186 
187         $carsIds = ORM::factory('carsstation')
188 			->where('station_id', 'IN', $stationIds)
189 			->find_all()->as_array('car_id', 'car_id');
  1. {PHP internal call} » Controller_Park->action_item()

  2. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  3. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  4. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  5. DOCROOT/index.php [ 112 ] » Kohana_Request->execute()

Environment