Copied to clipboard

Flag this post as spam?

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


  • Rob Watkins 370 posts 702 karma points
    Oct 05, 2017 @ 09:46
    Rob Watkins
    0

    Upgrade 4.11 -> 7.7.2

    I am upgrading a very old site, and in general, things are going astonishingly well. Got the backend and most of the site working; the rest is custom code I need to modify myself with one exception; members.

    The member lists work perfectly, and the Examine indexes all run, but when I click a member details, although it loads the member, I get an error:

    System.InvalidOperationException: Multiple actions were found that match the request:   
    GetByIds on type Umbraco.Web.Editors.EntityController  
    GetByIds on type Umbraco.Web.Editors.EntityController  
    GetByIds on type Umbraco.Web.Editors.EntityController
    

    Stack trace:

    at 
    System.Web.Http.Controllers.ApiControllerActionSelector.ActionSelectorCacheItem.SelectAction(HttpControllerContext controllerContext) at 
    System.Web.Http.Controllers.ApiControllerActionSelector.SelectAction(HttpControllerContext controllerContext)    at 
    Umbraco.Web.Editors.ParameterSwapControllerActionSelector.SelectAction(HttpControllerContext controllerContext)    at 
    System.Web.Http.ApiController.ExecuteAsync(HttpControllerContext controllerContext, CancellationToken cancellationToken)    at 
    System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()
    

    Any ideas?

  • Rob Watkins 370 posts 702 karma points
    Oct 05, 2017 @ 14:12
    Rob Watkins
    100

    This turned out to be related to my other post about the MultiNodePickers; once I converted the stored values the error went away and everything worked fine.

    https://our.umbraco.org/forum/using-umbraco-and-getting-started/88513-upgrading-411-to-772-multinodepicker

  • 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