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->seo_title = $szoveg->seo_title;
15 		$this->template->seo_description = $szoveg->seo_description;
16 		$this->template->seo_keywords = $szoveg->seo_keywords;
  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 [ 1137 ] » Kohana_Request_Client->execute(arguments)

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

Environment