HTTP_Exception_404 [ 404 ]:

APPPATH/classes/controller/frontend/complex.php [ 18 ]

13 				
14 		$content = ORM::factory('section')->find_section($complex_label, $section_label);
15 		
16 		if( ! $content->loaded() || $content->complex->hide)
17 		{
18 			throw new HTTP_Exception_404();
19 		}
20 		
21 		$this->_title->set($content->complex->title_browser);
22 		
23 		if($count_sections>1)
  1. {PHP internal call} » Controller_Frontend_Complex->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 [ 112 ] » Kohana_Request->execute()

Environment