Copied to clipboard

Flag this post as spam?

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


  • Thomas Haggren 27 posts 147 karma points
    Apr 07, 2018 @ 13:44
    Thomas Haggren
    0

    Creating "Member Groups" not working in 7.10 and 7.10.1

    Creating "Member Groups" not working in 7.10 and 7.10.1

    I have tested with clean installs.

    Anybody having the same issue and maybe a solution? enter image description here enter image description here

    2018-04-07 15:38:55,211 [P7892/D5/T12] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at Umbraco.Web.UI.LegacyDialogHandler.GetTaskForOperation(HttpContextBase httpContext, User umbracoUser, Operation op, String nodeType) at Umbraco.Web.UI.LegacyDialogHandler.UserHasCreateAccess(HttpContextBase httpContext, User umbracoUser, String nodeType) at Umbraco.Web.UI.Umbraco.CreateDialog.SecurityCheck(String nodeTypeAlias) at Umbraco.Web.UI.Umbraco.CreateDialog.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.umbracocreateaspx.ProcessRequest(HttpContext context) in c:\Users\tha\AppData\Local\Temp\Temporary ASP.NET Files\vs\a7d4c53b\b249bc3\AppWebcreate.aspx.5f2dec3.l8j_trrm.0.cs:line 0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

  • Dave Woestenborghs 3325 posts 11170 karma points MVP 5x admin c-trib
    Apr 07, 2018 @ 13:59
    Dave Woestenborghs
    100

    Hi Thomas,

    This is a known issue: http://issues.umbraco.org/issue/U4-11155

    I already made a PR to fix this : https://github.com/umbraco/Umbraco-CMS/pull/2545

    Maybe you can vote the issue so it hopefully makes 7.10.2 and 7.9.4

    Dave

  • Thomas Haggren 27 posts 147 karma points
    Apr 07, 2018 @ 14:09
    Thomas Haggren
    0

    Sure, where do I vote :)

    Maybe you can share an updated DLL with me so I can get on with my project? :)

  • Dave Woestenborghs 3325 posts 11170 karma points MVP 5x admin c-trib
    Apr 07, 2018 @ 14:20
    Dave Woestenborghs
    0

    I think this will be in 7.10.2 which will be released next tuesday.

    I don't want to be the one distributing custom built umbraco DLL's.

    Dave

  • Thomas Haggren 27 posts 147 karma points
    Apr 07, 2018 @ 14:23
    Thomas Haggren
    0

    I understand :) Will try and hack the DB until then :)

  • Thomas Haggren 27 posts 147 karma points
    Apr 07, 2018 @ 16:01
    Thomas Haggren
    0

    Workaround until fixed:

    ApplicationContext.Current.Services.MemberService.AddRole("GroupName");

  • 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