Kohana_HTTP_Exception [ 404 ]: Unable to find a route to match the URI: foto/news/news/8968

SYSPATH/classes/Kohana/Request.php [ 979 ]

974 
975 		if ( ! $this->_route instanceof Route)
976 		{
977 			return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', array(
978 				':uri' => $this->_uri,
979 			))->request($this)
980 				->get_response();
981 		}
982 
983 		if ( ! $this->_client instanceof Request_Client)
984 		{
  1. DOCROOT/index.php [ 123 ] » Kohana_Request->execute()

Environment