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.
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.
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:
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.
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.
is working on a reply...