Copied to clipboard

Flag this post as spam?

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


  • Max Mumford 266 posts 293 karma points
    Oct 18, 2010 @ 16:22
    Max Mumford
    0

    No Document exists with Version '00000000-0000-0000-0000-000000000000'

    Hi all,

    I'm getting the below error message in 3 separate testing environments all using umbraco 4.5.1:

     

    1. Windows 7 32bit, iis 7, sql 2008 express, fresh install - after clicking "Create" and choosing a node in Media and Content
    2. Windows small business server 2003, iis 6, sql server 2008 express, existing site - after clicking "Create" and choosing a node in the Media section only (Version = 1df4af7c-48f7-4060-a407-8e882b999c8b)

    3. Live web server - unknown specs but running windows, asp.net 2+, sql server 2005 + - after clicking "Create" and choosing a node in the Media section only (Version = unknown as it is a remote copy therefore no error messages available)

     

    Server Error in '/' Application.

    No Document exists with Version '00000000-0000-0000-0000-000000000000'

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

    Exception Details: System.ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000'

    Source Error: 

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace: 

    [ArgumentException: No Document exists with Version '00000000-0000-0000-0000-000000000000']
       umbraco.cms.businesslogic.web.Document.setupNode() +1069
       umbraco.cms.businesslogic.CMSNode..ctor(Int32 Id) +89
       umbraco.cms.businesslogic.Content..ctor(Int32 id) +44
       umbraco.cms.businesslogic.web.Document..ctor(Int32 id) +60
       umbraco.dialogs.create.CheckCreatePermissions(Int32 nodeId) +71
       umbraco.dialogs.create.Page_Load(Object sender, EventArgs e) +406
       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) +49
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    

     

    On all testing environments we can create new media items by right clicking on a mode and clicking create.

    There are a few other threads about similar errors I have found on google but no solutions within them have worked - one included running a SQL script to look for "ghost" nodes but that yielded no results.

    Can anybody shed some light?

    Thanks very much in advance!

    Max.

  • Rik Helsen 670 posts 873 karma points
    Oct 18, 2010 @ 16:31
    Rik Helsen
    0

    There is a large chance that there is some package installed that isn't compatible with umbraco 4.5 (like the image cropper dll's, which are now part of umbraco by default)

    Strongly suggest reading this post: our.umbraco.org/.../10238-Umbraco-45-and-Image-Cropper

  • Max Mumford 266 posts 293 karma points
    Oct 20, 2010 @ 15:43
    Max Mumford
    0

    Hi Rik,

    Thanks for your input and link. The info described on the pages you linked was helpful and let me understand the problem more thoroughly, however we currently have no packages installed and the problem also happened on a fresh installation downloaded directly from Umbraco with a blank database.

    Is it possible I'm missing the doctype / datatype for media items? Do they even have a doctype / datatype?

    Any other ideas?

    Thanks again,

    Max.

  • Max Mumford 266 posts 293 karma points
    Oct 29, 2010 @ 15:38
    Max Mumford
    0

    Still no luck with this error. Anybody?

  • Simon Yohannes 58 posts 188 karma points
    Nov 01, 2010 @ 14:27
    Simon Yohannes
    0

    it's a bug, some example code for a fix has been written in this post:

    http://our.umbraco.org/forum/ourumb-dev-forum/bugs/13297-No-Document-exists-with-Version-when-creating-media-using-the-top-left-create-button

    also this post links to the codeplex issue:

    http://our.umbraco.org/forum/core/general/13084-Error-creating-item-in-media-section-with-top-left-create-button

     

    very annoying bug since the clients notice it right away. after writing the patch, i had trouble using the resultant DLL in my umbraco 4.5.2 installation. dll hell.

    be great if anybody has time to get that patch in

     

  • Abie Helberg 4 posts 24 karma points
    Feb 16, 2011 @ 13:23
    Abie Helberg
    0

    Hi Guys,

     

    I have resolved this by applying the fix as Simon outlined above. Once done all I had to do was replace the /bin/umbraco.dll with my new version and it fixed the problem for me. For those of you who don’t feel like downloading the source code and making the fix, drop me a line via my contact form (http://www.catalyst-innovation.co.uk/contact-us.aspx) and I can email the .dll over to you.

     

    The DLL works for umbraco 4.5.2. it was compiled as default in .net3.5 but works fine in my .net 4 installation.

     

    Abie

  • Owen Hope 119 posts 140 karma points
    Jan 30, 2012 @ 20:31
    Owen Hope
    0

    Hi,

    I am experiencing the same problem, does anyone have the .dll laying around? I sent mail to Abie already.

    Thanks,

    Owen

  • Abie Helberg 4 posts 24 karma points
    Jan 30, 2012 @ 20:38
    Abie Helberg
    0

    Hi Owen,

    Just sent you an email with detail to get hold of the file mate.

     

    Cheers

    Abie

     

  • Owen Hope 119 posts 140 karma points
    Jan 30, 2012 @ 20:45
    Owen Hope
    0

    Thanks Abie!!

  • Connie DeCinko 931 posts 1160 karma points
    Nov 06, 2013 @ 00:41
    Connie DeCinko
    0

    How about a fix for Umbraco 4.7.0?

     

Please Sign in or register to post replies

Write your reply to:

Draft