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

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

 6 		$szoveg = ORM::factory('Szoveg')
 7 					->where('link','LIKE',$this->request->param('link'))
 8 					->find();
 9 
10 		if ( ! $szoveg->loaded()) {
11 			throw new HTTP_Exception_404(__("A keresett oldal nem található"));
12 		}
13 
14 		$this->template->seotitle = $szoveg->seotitle?$szoveg->seotitle:$szoveg->cim;
15 		$this->template->seodescription = $szoveg->seodescription;
16 		$this->template->seokeywords = $szoveg->seokeywords;
  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