I'm seeing this error pop up repeatedly in the audit log:
Error adding to SiteMapProvider: System.Web.HttpException: 'http://calendar.unr.edu/calendar.aspx' is not a valid virtual path. at System.Web.Util.UrlPath.CheckValidVirtualPath(String path) at System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode) at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)
About the time these errors start showing up the search functionality in the UI stops working.
Error adding to SiteMapProvider
I'm seeing this error pop up repeatedly in the audit log:
Error adding to SiteMapProvider: System.Web.HttpException: 'http://calendar.unr.edu/calendar.aspx' is not a valid virtual path. at System.Web.Util.UrlPath.CheckValidVirtualPath(String path) at System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode) at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)
About the time these errors start showing up the search functionality in the UI stops working.
Any ideas?
Umbraco v4.0.2.1
ASP.NET v2.0.50727
is working on a reply...