HTTP_Exception_404 [ 404 ]: Error 404

MODPATH/static/classes/controller/static.php [ 25 ]

20 				WHERE url = :url'
21 		)->bind(':url', $path)->execute()->as_array();
22 
23 		if (empty($this->data['static']))
24 		{
25 			throw new HTTP_Exception_404('Error 404');
26 		}
27 
28 		$this->data['static'] = $this->data['static'][0];
29 
30 /*		$tree                     = new Model_tree($this->data['static']['tree_id']);
  1. {PHP internal call} » Controller_Static->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 [ 108 ] » Kohana_Request->execute()

Environment