Copied to clipboard

Flag this post as spam?

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


  • yumin 51 posts 243 karma points
    Jan 17, 2014 @ 11:21
    yumin
    0

    umbraco 7.0.2 can not create user

    after nightly build 200 will not create user, also github source code can not create user , it's a bug?

  • Jaroslaw Karlik 2 posts 42 karma points
    Jan 29, 2014 @ 06:03
    Jaroslaw Karlik
    0

    I have the same problem, tracelog looks:

        2014-01-28 19:09:26,770 [22] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 26] An unhandled exception occurred
    System.ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: users ---> System.Web.HttpParseException: Could not load type 'Umbraco.Web.UI.Umbraco.Create.User'. ---> System.Web.HttpParseException: Could not load type 'Umbraco.Web.UI.Umbraco.Create.User'. ---> System.Web.HttpException: Could not load type 'Umbraco.Web.UI.Umbraco.Create.User'.
       at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError)
       at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
       at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
       --- End of inner exception stack trace ---
       at System.Web.UI.TemplateParser.ProcessException(Exception ex)
       at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
       at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
       --- End of inner exception stack trace ---
       at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
       at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
       at System.Web.UI.TemplateParser.ParseInternal()
       at System.Web.UI.TemplateParser.Parse()
       at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
       at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
       at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
       at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
       at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
       at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
       at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
       at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
       at umbraco.cms.presentation.Create.OnLoad(EventArgs e)
       --- End of inner exception stack trace ---
       at umbraco.cms.presentation.Create.OnLoad(EventArgs e)
       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.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.umbraco_create_aspx.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    
  • Per Ploug 865 posts 3491 karma points MVP admin
    Jan 29, 2014 @ 08:52
    Per Ploug
    0

    Think this is fixed in current builds, atleast I cannot replicate this issue

  • Jaroslaw Karlik 2 posts 42 karma points
    Jan 29, 2014 @ 10:02
    Jaroslaw Karlik
    100

    Ok, I found.

    There was an update to the /umbraco/config/create/ui.xml which needs to be manually updated, the original element had this text:

    <nodeType alias="users">
    >     <header>User</header>
    >     <usercontrol>/create/simple.ascx</usercontrol>
    >     <tasks>
    >       <create assembly="umbraco" type="userTasks" />
    >       <delete assembly="umbraco" type="userTasks" />
    >     </tasks> </nodeType>
    

    The

    user will not work.

    And I must change the same in the alias: user (not only users) - I have two node's.

    Now works fine! :)

  • yumin 51 posts 243 karma points
    Feb 14, 2014 @ 07:16
    yumin
    0

    thanks very much , karlik

  • 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