HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Page.php [ 14 ]

 9 		$uri = $this->request->param('page');
10 		
11 		$page = Service::factory('pages')->find_by_uri($uri, I18n::lang());
12 		
13 		if ( ! $page or ! $page->published)
14 			throw new HTTP_Exception_404;
15 		
16 		$this->view->set('page', $page);
17 	}
18 
19 }
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Page->action_index()

  2. {PHP internal call} » Kohana_Controller->execute()

  3. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

  6. DOCROOT/index.php [ 108 ] » Kohana_Request->execute()

Environment