Copied to clipboard

Flag this post as spam?

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


  • Amalie Wowern 144 posts 273 karma points c-trib
    Apr 06, 2021 @ 07:14
    Amalie Wowern
    0

    Tree menu missing after upgrade from 7.6.3 -> 7.15.7

    Hi

    Im upgrading from 7.6.3 -> 7.15.7

    The site is working after the upgrade and backoffice is working But the tree menu is missing Im getting this error when trying to open the menu

    System.MissingMethodException: Method not found: 'System.Collections.Generic.IEnumerable`1<System.String> Umbraco.Core.Models.Membership.IUser.get_DefaultPermissions()'.
    

    In the log im getting this error

        ERROR Umbraco.Web.Trees.ContentTreeController - Unhandled controller exception occurred
    System.MissingMethodException: Method not found: 'System.Collections.Generic.IEnumerable`1<System.String> Umbraco.Core.Models.Membership.IUser.get_DefaultPermissions()'.
       at Umbraco.Web.Trees.TreeControllerBase.OnMenuRendering(TreeControllerBase instance, MenuRenderingEventArgs e)
       at Umbraco.Web.Trees.TreeControllerBase.GetMenu(String id, FormDataCollection queryStrings)
       at lambda_method(Closure , Object , Object[] )
       at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_2.<GetExecutor>b__2(Object instance, Object[] methodParameters)
       at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)
       at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
    
  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Apr 06, 2021 @ 14:43
    Alex Skrypnyk
    1

    Hi Amalie

    Did you merge all config files during the upgrade? Check that you merge files /config/dashboards.config and /config/trees.config

    Thanks,

    Alex

  • Amalie Wowern 144 posts 273 karma points c-trib
    Apr 14, 2021 @ 07:07
    Amalie Wowern
    0

    There was an method in our baseline there called an action there was deleted in the newer version of Umbraco - we rewrote it and i works now

Please Sign in or register to post replies

Write your reply to:

Draft