Kohana_HTTP_Exception_404 [ 404 ]: A keresett oldal nem található

APPPATH/classes/controller/szolgaltatas.php [ 34 ]

29 	public function action_kategoria() {
30 		$id = $this->request->param('id');
31 		$kategoria = ORM::factory('Szolgaltataskategoria', $id);
32 
33 		if(!$kategoria->loaded()){
34 			throw new Kohana_HTTP_Exception_404('A keresett oldal nem található');
35 		}
36 
37 		View::set_global('szolgaltataskategoria', $kategoria);
38 
39 		$this->template->seo_title = $kategoria->seo_title;
  1. {PHP internal call} » Controller_Szolgaltatas->action_kategoria()

  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 [ 1137 ] » Kohana_Request_Client->execute(arguments)

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

Environment