Copied to clipboard

Flag this post as spam?

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


  • nima 18 posts 38 karma points
    Dec 07, 2013 @ 18:05
    nima
    0

    Unable to delete nodes

    Hi,

    I've recently installed Umbraco 7. Everything was ok until I tried to delete a node. When I click Ok the Ajax animation starts and goes on forever. There are no errors and the node is not deleted. 

     

     

  • Terry Clancy 204 posts 944 karma points
    Dec 07, 2013 @ 20:40
    Terry Clancy
    0

    I had the same problem.  See my problem, and  solution from Per Plough here

     http://our.umbraco.org/forum/getting-started/installing-umbraco/46574-Unable-to-delete-Document-Types-and-Templates-in-Umbraco-700

     I  hope that fixes your problme too :-)

    Terry Clancy

  • nima 18 posts 38 karma points
    Dec 08, 2013 @ 17:27
    nima
    0

    Thanks Terry. Your web.config sample did the trick. But I had to add this too:

    <handlers>
    <removename="WebDAV"/>
    </handlers>

    from: http://issues.umbraco.org/issue/U4-3426

     

     


  • Terry Clancy 204 posts 944 karma points
    Dec 10, 2013 @ 18:59
    Terry Clancy
    0

    Thanks for the info Nima

  • Per Ploug 865 posts 3491 karma points MVP admin
    Dec 11, 2013 @ 11:57
    Per Ploug
    0

    Latests nightly builds also fixes this, we've changed our delete api to support Http POST which will be supported on all IIS instances, no matter what whacky config settings are set:

    http://nightly.umbraco.org/umbraco%207.0.1/

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies