Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Connie DeCinko 931 posts 1160 karma points
    May 05, 2011 @ 21:07
    Connie DeCinko
    0

    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?

     

  • Eran Meir 401 posts 543 karma points
    May 05, 2011 @ 21:35
    Eran Meir
    0

    whats the iis version you are using? what umbraco version? did you give permissions for "network service" user?

  • Connie DeCinko 931 posts 1160 karma points
    May 05, 2011 @ 21:53
    Connie DeCinko
    0

    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.

     

  • Eran Meir 401 posts 543 karma points
    May 05, 2011 @ 21:54
    Eran Meir
    1

    do you see any errors in umbracolog table ?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    May 05, 2011 @ 22:00
    Jan Skovgaard
    0

    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

  • Connie DeCinko 931 posts 1160 karma points
    May 05, 2011 @ 22:09
    Connie DeCinko
    0

    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.

     

  • Connie DeCinko 931 posts 1160 karma points
    May 05, 2011 @ 22:11
    Connie DeCinko
    0

    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)

     

  • Tom Fulton 2030 posts 4998 karma points c-trib
    May 05, 2011 @ 22:24
    Tom Fulton
    1

    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

  • Connie DeCinko 931 posts 1160 karma points
    May 05, 2011 @ 22:36
    Connie DeCinko
    0

    I also see tons of login and logout entries for myself, maybe 10 per minute.

Please Sign in or register to post replies

Write your reply to:

Draft