Copied to clipboard

Flag this post as spam?

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


  • Kevin Farrugia 22 posts 54 karma points
    Feb 19, 2016 @ 15:51
    Kevin Farrugia
    0

    Member Groups: Failed to retrieve data for child nodes undefined

    Hi,

    On Umbraco version 7.3.4 I am encountering an issue when trying to create a new member group or reload nodes on the "Member Groups" node.

    Couldn't find anything on the forums? Any ideas?

    Thanks

    Received an error from the server
    Failed to retrieve data for child nodes undefined
    
    Value cannot be null.
     Parameter name: nodeId
    
    EXCEPTION DETAILS:
    
    System.ArgumentNullException: Value cannot be null.
     Parameter name: nodeId
    STACKTRACE:
    
    at Umbraco.Core.Mandate.That[TException](Boolean condition, Func`1 defer)
       at Umbraco.Web.Models.Trees.TreeNode..ctor(String nodeId, String parentId, String getChildNodesUrl, String menuUrl)
       at Umbraco.Web.Trees.LegacyTreeDataConverter.ConvertFromLegacy(String parentId, XmlTreeNode xmlTreeNode, UrlHelper urlHelper, String currentSection, FormDataCollection currentQueryStrings, Boolean isRoot)
       at Umbraco.Web.Trees.LegacyTreeDataConverter.ConvertFromLegacy(String parentId, XmlTree xmlTree, UrlHelper urlHelper, String currentSection, FormDataCollection currentQueryStrings)
       at Umbraco.Web.Trees.ApplicationTreeExtensions.TryLoadFromLegacyTree(ApplicationTree appTree, String id, FormDataCollection formCollection, UrlHelper urlHelper, String currentSection)
       at Umbraco.Web.Trees.LegacyTreeController.GetTreeNodes(String id, FormDataCollection queryStrings)
       at Umbraco.Web.Trees.TreeControllerBase.GetNodes(String id, FormDataCollection queryStrings)
       at lambda_method(Closure , Object , Object[] )
       at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters)
       at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()
    

    I also have problems editing a created member from the Umbraco backend:

    Failed to retrieve data for member id 08d7174b00e94f3bbd22564c2d34b4fd
    
     Mapping types:
     IMember -> MemberDisplay
     Umbraco.Core.Models.IMember -> Umbraco.Web.Models.ContentEditing.MemberDisplay
    
     Destination path:
     MemberDisplay
    
     Source value:
     Umbraco.Core.Models.Member
    
    EXCEPTION DETAILS:
    
    AutoMapper.AutoMapperMappingException: 
    
     Mapping types:
     IMember -> MemberDisplay
     Umbraco.Core.Models.IMember -> Umbraco.Web.Models.ContentEditing.MemberDisplay
    
     Destination path:
     MemberDisplay
    
     Source value:
     Umbraco.Core.Models.Member
    
  • Marc Love (uSkinned.net) 432 posts 1691 karma points
    Nov 28, 2016 @ 15:51
    Marc Love (uSkinned.net)
    0

    Hi Kevin,

    Did you find a solution for this? I have also run into this issue.

    Cheers,

    Marc

  • Kevin Farrugia 22 posts 54 karma points
    Nov 28, 2016 @ 16:05
    Kevin Farrugia
    0

    Hi Marc,

    I am not 100% certain, but I believe there was something wrong with my installation and I re-installed or updated.

    Let me know how it goes.

    Kevin

  • Marc Love (uSkinned.net) 432 posts 1691 karma points
    Nov 28, 2016 @ 16:49
    Marc Love (uSkinned.net)
    0

    Thanks for getting back to me Kevin.

    I managed to solve the issue but still not entirely sure what went wrong.

    I deleted the records I had in cmsMember2MemberGroup table and then I deleted all Member Groups that had been created.

    DELETE FROM umbracoNode WHERE (nodeObjectType = '366e63b9-880f-4e13-a61c-98069b029728')

Please Sign in or register to post replies

Write your reply to:

Draft