Copied to clipboard

Flag this post as spam?

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


  • Greg Berlin 818 posts 634 karma points
    Jul 05, 2009 @ 11:52
    Greg Berlin
    0

    V4: ERROR CREATING CONTROL FOR NODETYPE: Media

     Bah!  Found another issue with my upgrade from v3 to v4:In the media section:- Media is called "Medier"- When i right click on "Medier" and then "Create", i get the following error:Exception Details: System.ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: Media</span>Stack Trace: 
  • Greg Berlin 818 posts 634 karma points
    Jul 05, 2009 @ 11:53
    Greg Berlin
    0

    Agh... stupid forum.  Take 2...

    Bah!  Found another issue with my upgrade from v3 to v4:

    In the media section:

    - Media is called "Medier"

    - When i right click on "Medier" and then "Create", i get the following error:

    Exception Details: System.ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: Media

    Stack Trace: 

    ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: Media] umbraco.cms.presentation.Create.Page_Load(Object sender, EventArgs e) +415 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +62

    Any ideas??

     

     

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Jul 05, 2009 @ 14:30
  • Greg Berlin 818 posts 634 karma points
    Jul 05, 2009 @ 16:27
    Greg Berlin
    3

    Thanks Slace - you da man!

    Running the following on the DB fixed it:

    update umbracoAppTree 
    set treeTitle='Media', treeAlias = 'media'
    where treeTitle='Medier'; 

  • James Hildeman 92 posts 88 karma points
    Jul 29, 2009 @ 17:57
    James Hildeman
    0

    Thanks again!  I had the exact same issue.  

    NOTE:  I had to recycle the "app pool" for my site and wait for caching to timeout before this change worked.  It took mine about 5 minutes. 

  • Santtu1980 24 posts 31 karma points
    Sep 11, 2009 @ 13:42
    Santtu1980
    0

    I had to reload nodes before "Create" on the right click menu started to work

  • Laurence Gillian 600 posts 1219 karma points
    Feb 03, 2010 @ 19:29
    Laurence Gillian
    0

    Thanks for this fix, really saved me some grief just now (: Laurie

Please Sign in or register to post replies

Write your reply to:

Draft