I just upgraded to CS 2008.5 SP1. Whenever I submit my sitemap to Google, the Google Webmasters dashboard indicates there are errors in the sitemap.
When attempting to access the sitemap for a section such as blogs, media, wiki (e.g. http://www.site.com/SiteMap.ashx?apptype=wiki&app=start ) I get the standard error message "Sorry, there was a problem with your last request! Either the site is offline or an unhandled error occurred. We apologize and have logged the error. Please try your request again or if you know who your site administrator is let them know too."
The exceptions log contains the following:
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET C
Path: /SiteMap.ashx?apptype=wiki&app=start as HTTP GET
Referrer:
Message: Requested value 'wiki' was not found.
System.ArgumentException: Requested value 'wiki' was not found.
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at CommunityServer.Components.CSContext.get_ApplicationType()
at CommunityServer.Components.UserCookie..ctor(User user)
at CommunityServer.Components.UserLastVisitModule.csa_UserKnown(User user, CSEventArgs e)
at CommunityServer.Components.CSUserEventHandler.Invoke(User user, CSEventArgs e)
at CommunityServer.Components.CSApplication.ExecuteUserEvent(Object EventKey, User user, ObjectState state, ApplicationType appType)
at CommunityServer.CSHttpModule.Application_AuthorizeRequest(Object source, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Any suggestions on how I can resolve this issue?