HTTP_Exception_404 [ 404 ]: File not found!

APPPATH/classes/controller/pages.php [ 28 ]

23 			$this->template->content = View::factory("page/page")
24 				->set('zagolovok', $pages->zagolovok)
25 				->set('page', $pages)
26 				->set('content', $content);
27 		}else{
28 			throw new HTTP_Exception_404('File not found!');
29 		}
30 	}
31 
32     public function action_td()
33     {
  1. {PHP internal call} » Controller_Pages->action_static()

  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