HTTP_Exception_404 [ 404 ]: File not found!

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

167 		  $station = ORM::factory('station')
168               ->where('alias', '=', $station_alias)
169               ->and_where('enabled','=','1')
170               ->and_where('city_id', '=', $city->id)
171               ->find();
172 		  if(!$station->loaded()) throw new HTTP_Exception_404('File not found!');
173 		}else{
174 			throw new HTTP_Exception_404('File not found!');
175 		}
176 
177 		$terms = $station->term;
  1. {PHP internal call} » Controller_Station->action_terms()

  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