Copied to clipboard

Flag this post as spam?

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


  • bob baty-barr 1180 posts 1294 karma points MVP
    Mar 08, 2011 @ 18:14
    bob baty-barr
    0

    getting error when browsing node with this datatype on it...

    I am using umbraco 4.5.2 with new schema... isntalled on two sites, same error...

     

    No Document exists with Version '242ac41c-eff3-4cc1-ac96-5f283ceea721'

    i can edit the datatype in the developer section, but not joy when selecting a node with that property added to it...


    additional info...

    [ArgumentException: No Document exists with Version '242ac41c-eff3-4cc1-ac96-5f283ceea721']
    umbraco.cms.businesslogic.web.Document.setupNode() +1469
    umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id) +148
    umbraco.cms.businesslogic.Content..ctor(Int32 id) +67
    umbraco.cms.businesslogic.web.Document..ctor(Int32 id) +83
    Decode.Umb.IconPicker.iconPickerDataEditor.AddIcons() +282
    Decode.Umb.IconPicker.iconPickerDataEditor.IconPicker() +60
    System.Web.UI.Control.InitRecursive(Control namingContainer) +133
    System.Web.UI.Control.InitRecursive(Control namingContainer) +421
    System.Web.UI.Control.InitRecursive(Control namingContainer) +421
    System.Web.UI.Control.InitRecursive(Control namingContainer) +421
    System.Web.UI.Control.InitRecursive(Control namingContainer) +421
    System.Web.UI.Control.AddedControl(Control control, Int32 index) +277
    umbraco.controls.ContentControl.addControlNew(Property p, TabPage tp, String Caption) +8818
    umbraco.controls.ContentControl.CreateChildControls() +1429
    System.Web.UI.Control.EnsureChildControls() +182
    umbraco.controls.ContentControl.OnInit(EventArgs e) +127
    System.Web.UI.Control.InitRecursive(Control namingContainer) +133
    System.Web.UI.Control.AddedControl(Control control, Int32 index) +277
    umbraco.cms.presentation.editMedia.OnInit(EventArgs e) +1270
    System.Web.UI.Control.InitRecursive(Control namingContainer) +133
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1954

  • Bjørn Fridal 274 posts 784 karma points
    Mar 08, 2011 @ 19:37
    Bjørn Fridal
    1

    Hi Bob,

    I just added a couple of extra checks to ensure a document exists, as it seems to be related to the document version. You can download an updated version here http://decode.dk/Decode.Umb.IconPicker.zip

  • bob baty-barr 1180 posts 1294 karma points MVP
    Mar 18, 2011 @ 20:46
    bob baty-barr
    0

    hmmm... just installed your new dll... restarted app pool and still getting same errors...

    any thoughts?

  • Bjørn Fridal 274 posts 784 karma points
    Mar 19, 2011 @ 12:17
    Bjørn Fridal
    0

    Hi Bob,

    I think I see the problem now. You are using the Icon Picker on a media type right? I am afraid it will only work with document types. Previously it was my intention to also use it on media types, but since I never needed it for that I never got around to it.

    Cheers
    Bjørn

  • 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