Copied to clipboard

Flag this post as spam?

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


  • George 28 posts 71 karma points
    Apr 13, 2012 @ 02:53
    George
    0

    Cannot delete nodes in the backend

    My clients have run into an error on their server where they are unable to delete any nodes.

    On login to the backend, the Firebug error console shows me:

    NetworkError: 404 Not Found - http://site.example.com/ScriptResource.axd?d=.....
    NetworkError: 404 Not Found - http://site.example.com/WebResource.axd?d=.....

    On right click, delete, "are you sure?": yes, the node name changes to "deleting..." but the node is never deleted and the Firebug error console shows "umbraco is not defined".

    Does anyone have any ideas for what could have caused this? From some Googling it sounds like IIS misconfiguration might cause ScriptResource.axd and WebResource.axd to be non-findable, but as far as I know there haven't been any changes to IIS.

  • George 28 posts 71 karma points
    Apr 17, 2012 @ 03:31
    George
    0

    Solved - a URL rewrite (that my client didn't tell me about) was rewriting accesses to "http://site.example.com/WebResource.axd" to "https://site.example.com/WebResource.axd", which didn't work.

Please Sign in or register to post replies

Write your reply to:

Draft