Ive have a running site and suddenly when we do a "save and publish" the site goes down, Ive have to restart app pool to get the site up running again. Ive looked into the log and the error I get is
Error adding to SiteMapProvider in loadNodes(): System.InvalidOperationException: Multiple nodes with the same URL '/' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs. at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode) at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)
The error may be misleading. Check your file permissions first. If they are correct and you still get error then remove the sitemap configuration section from the web.config if you are not doing anything with the sitemap provider.
Site goes down on "save and publish"
Ive have a running site and suddenly when we do a "save and publish" the site goes down, Ive have to restart app pool to get the site up running again. Ive looked into the log and the error I get is
Error adding to SiteMapProvider in loadNodes(): System.InvalidOperationException: Multiple nodes with the same URL '/' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs. at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode) at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)
The site is running on a v.4.7.1.1.
Sune,
The error may be misleading. Check your file permissions first. If they are correct and you still get error then remove the sitemap configuration section from the web.config if you are not doing anything with the sitemap provider.
Regards
Ismail
Thanks Ismail for reply.
Actually your right - it was because our customer had missed up the app pools, and the corresponding rights where lost on the folders.
To restore correct rights we found inspiration here http://our.umbraco.org/wiki/install-and-setup/set-umbraco-folder-permissions-from-command-line
is working on a reply...