Copied to clipboard

Flag this post as spam?

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


  • SaphuA 124 posts 87 karma points
    Nov 18, 2009 @ 21:01
    SaphuA
    0

    Create Package Error

    Hi,

    I'm getting the following exception when I try to publish a fairly simple package.

    I don't get why this errors shows up though, as I've not included any content nodes in the package.

    Does anyone know what could be going wrong?

    Thanks!

    CreatedPackage.cs System.ArgumentException: No node exists with id '1046'     at umbraco.cms.businesslogic.CMSNode.setupNode()     at umbraco.cms.businesslogic.web.DocumentType..ctor(Int32 id)     at umbraco.cms.businesslogic.web.DocumentType.ToXml(XmlDocument xd)     at umbraco.cms.businesslogic.packager.CreatedPackage.Publish()
  • Chris Houston 535 posts 980 karma points MVP admin c-trib
    Nov 18, 2009 @ 21:08
    Chris Houston
    1

    Hi,

    It looks like an issue with a documenttype not a content node. If you look at the error message it mentions:

    at umbraco.cms.businesslogic.web.DocumentType..ctor(Int32 id)

    So I think it's more likely that it's a problem with a document type that you are trying to include.

    Try removing any document types and seeing if it is happy :)

    Cheers,

    Chris

Please Sign in or register to post replies

Write your reply to:

Draft