HTTP_Exception_404 [ 404 ]: File not found!

APPPATH/classes/controller/station.php [ 91 ]

86 				->where('city_id', '=', $city->id)
87 				->where('alias', '=', $station_alias)
88                 ->where('enabled', '=', 1)
89 				->find()
90 			;
91 		  if(!$station->loaded()) throw new HTTP_Exception_404('File not found!');
92 		}else{
93 			$station = ORM::factory('station', current(array_keys($stations)));
94 			$this->request->redirect('/'.$city->alias.'/'.Route::get('locations_station')->uri(array('station' => $station->alias)), 302);
95 		}
96 		$stations = ORM::factory('station')
  1. {PHP internal call} » Controller_Station->action_park()

  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