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()
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!
Hi,
It looks like an issue with a documenttype not a content node. If you look at the error message it mentions:
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
is working on a reply...