Copied to clipboard

Flag this post as spam?

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


  • Sean Dooley 289 posts 528 karma points
    Oct 28, 2013 @ 14:21
    Sean Dooley
    0

    Unable to delete nodes in 4.7.2

    Inherited a site whereby we are unable to delete any content nodes in the back-end.

    We get the following error message when attempting to delete a content node.

    {
        "Message":"Exceptionhasbeenthrownbythetargetofaninvocation.",
        "StackTrace":"atSystem.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfomethod,Objecttarget,Object[]arguments,SignatureStruct&sig,MethodAttributesmethodAttributes,RuntimeTypetypeOwner)\r\natSystem.Reflection.RuntimeMethodInfo.Invoke(Objectobj,BindingFlagsinvokeAttr,Binderbinder,Object[]parameters,CultureInfoculture,BooleanskipVisibilityChecks)\r\natSystem.Delegate.DynamicInvokeImpl(Object[]args)\r\natumbraco.cms.businesslogic.CMSNode.FireCancelableEvent[T](EventHandler`1cancelableEvent,Objectsender,TeventArgs)\r\natumbraco.cms.businesslogic.CMSNode.Move(CMSNodeparent)\r\natumbraco.cms.businesslogic.web.Document.MoveToTrash()\r\natumbraco.contentTasks.Delete()\r\natumbraco.presentation.webservices.legacyAjaxCalls.Delete(StringnodeId,Stringalias,StringnodeType)",
        "ExceptionType":"System.Reflection.TargetInvocationException"
    }

    Looking at the network call (/umbraco/webservices/legacyAjaxCalls.asmx/Delete) we are getting the following error

    Request format is unrecognized for URL unexpectedly ending in '/Delete'.
    [InvalidOperationException: Request format is unrecognized for URL unexpectedly ending in '/Delete'.]
       System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response) +743714
       System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath) +308
       System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated) +89
       System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +490
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375

    Any ideas on how to resolve this?

  • Yasir Butt 161 posts 371 karma points
    Jan 09, 2014 @ 21:55
    Yasir Butt
    0

    Hi,

    I am getting the same error message when trying to delete node in my custom section. Have you solved it?

    I am using umbraco 6.1.6

    Yasir

  • Yasir Butt 161 posts 371 karma points
    Jan 09, 2014 @ 22:19
    Yasir Butt
    0

    I got it i missed the configuration of delete method in UI.XML

    Yasir 

  • Sean Dooley 289 posts 528 karma points
    Jan 10, 2014 @ 10:21
    Sean Dooley
    0

    The delete erroring I'm experiencing is not in a custom section, it is in the Content section.

Please Sign in or register to post replies

Write your reply to:

Draft