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

APPPATH/classes/controller/szoveg.php [ 12 ]

 7 					->where('link','LIKE',$this->request->param('link'))
 8 					->where('nyelv','=',i18n::lang())
 9 					->find();
10 
11 		if ( ! $szoveg->loaded()) {
12 			throw new Http_exception_404(__("A keresett oldal nem található"));
13 		}
14 
15 		if(Arr::get($this->request->param(), 'szulo')){
16 			$this->template->aktiv_oldal = Arr::get($this->request->param(), 'szulo');
17 			$this->template->aktiv_aloldal = Arr::get($this->request->param(), 'link');
  1. {PHP internal call} » Controller_Szoveg->action_index()

  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 [ 109 ] » Kohana_Request->execute()

Environment