This just started happening a couple days ago and is happeing in both IE8 and FireFox.
I edit an XSLT file in the Developer section and hit save. After about 3+ minutes, I get a bubble that the file cannot be saved. I check the server or reload the nodes and there is a file with numbers_temp.xslt as the file name with my changes. The original file is not touched.
This happens off and on several times throughout the day for long periods of time. Why?
IIS 7.5, Umbraco 4.7. It's not a permissions issue since the temp file can be created and I can delete it via the web interface. It feels like a timing issue, like the server is timing out waiting for something before replacing the original file with the temp file.
Are you by any chance using the umbracoRedirect property on your top level node? This is known to cause this error.
Is there any specific reason why you are editing the files directly in the umbraco editor instead of through visual studio or another external editor?
If you can't edit the files in other ways then you need to remove the redirect on the top node and use the 301 redirect package (Can't remember if this is the correct package name though but you should be able to find it in the packages section).
Nope, no redirect in my top node. Already using 301 redirect package. All was fine until a couple days ago with no changes to the site. Just tried again and now the file saves right away. This has to be a timing or time out issue as it also takes a long time to display the XSLT file nodes.
Using via the Umbraco editor is the simplest method and only way to get changes to the staging and production servers.
Not seeing any errors in the log about this. Got lots of these errors however.
Error adding to SiteMapProvider: System.Web.HttpException (0x80004005): 'http://www.azbar.dev/cleandmcle/cle/generalcleinformation' 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)
Unable to save changes to XSLT
This just started happening a couple days ago and is happeing in both IE8 and FireFox.
I edit an XSLT file in the Developer section and hit save. After about 3+ minutes, I get a bubble that the file cannot be saved. I check the server or reload the nodes and there is a file with numbers_temp.xslt as the file name with my changes. The original file is not touched.
This happens off and on several times throughout the day for long periods of time. Why?
whats the iis version you are using? what umbraco version? did you give permissions for "network service" user?
IIS 7.5, Umbraco 4.7. It's not a permissions issue since the temp file can be created and I can delete it via the web interface. It feels like a timing issue, like the server is timing out waiting for something before replacing the original file with the temp file.
do you see any errors in umbracolog table ?
Hi Connie
Are you by any chance using the umbracoRedirect property on your top level node? This is known to cause this error.
Is there any specific reason why you are editing the files directly in the umbraco editor instead of through visual studio or another external editor?
If you can't edit the files in other ways then you need to remove the redirect on the top node and use the 301 redirect package (Can't remember if this is the correct package name though but you should be able to find it in the packages section).
/Jan
Nope, no redirect in my top node. Already using 301 redirect package. All was fine until a couple days ago with no changes to the site. Just tried again and now the file saves right away. This has to be a timing or time out issue as it also takes a long time to display the XSLT file nodes.
Using via the Umbraco editor is the simplest method and only way to get changes to the staging and production servers.
Not seeing any errors in the log about this. Got lots of these errors however.
Error adding to SiteMapProvider: System.Web.HttpException (0x80004005): 'http://www.azbar.dev/cleandmcle/cle/generalcleinformation' 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)
Hi Connie,
Did you check the umbracoLog table for errors?
Also, I've been able to see errors in this situation using Fiddler and examining the results from the SaveXslt call.
-Tom
I also see tons of login and logout entries for myself, maybe 10 per minute.
is working on a reply...