HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/User/Pages.php [ 100 ]

 95 			$this->template->meta_keywords = HTML::chars($page['meta_keywords']);
 96 			$this->template->meta_title = HTML::chars($page['meta_title']);
 97 			$this->template->content = $page['text'];
 98 		} else {
 99 			Kohana::$log->add(Log::WARNING, 'HTTP_Exception_404');
100 			throw new HTTP_Exception_404();
101 		}
102 	}
103 }
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_User_Pages->action_index()

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

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

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

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

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

Environment