Problem with newly created document types and publishing (can't publish)
Hi,
I've encountered the weirdest problem with one of my Umbraco sites today. I'm quite far in the process and have made several templates / document types / macro's and whatnot.
Alas, since three hours ago a weird problem occured. I created a new document type and added some properties (nothing fancy, basic properties). So far so good. After that I've created some pages / nodes with that document type under a folder and noticed that I can't publish those nodes.
It doesn't throw any error during publishing, it even says it was published fine. However, the link to the document remains = "#" and the page isn't visible on the site.
Things i've tried so far:
Copy an existing (and still working) document type and tried using that one -> same result
Create a new document type -> same result
Check the log if anything weird showed up. I get a lot of these :
"Couldn't find any page with the nodeId = 1735. This is most likely caused by the page isn't published! Parameter name: nodeId"
"Error Republishing: System.Xml.XmlException: '', hexadecimal value 0x01, is an invalid character. Line 595, position 1.
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseCDataOrComment(XmlNodeType type, Int32& outStartPos, Int32& outEndPos)
at System.Xml.XmlTextReaderImpl.ParseCDataOrComment(XmlNodeType type)
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at umbraco.content.LoadContentFromDatabase()"
Checked if the nodes were in the umbraco.config file -> nope
Checked if the security settings of the folders were still ok -> all settings like they should be
The weird thing about this is that this only happens with document types (and their respective pages) I create now or since this started. Document types I've created this morning and their pages work fine.
I'm running out of options. I've tried searching google for the last couple of hours, and came up with some solutions (ones described above). But nothing seems to work.
Problem with newly created document types and publishing (can't publish)
Hi,
I've encountered the weirdest problem with one of my Umbraco sites today. I'm quite far in the process and have made several templates / document types / macro's and whatnot.
Alas, since three hours ago a weird problem occured. I created a new document type and added some properties (nothing fancy, basic properties). So far so good. After that I've created some pages / nodes with that document type under a folder and noticed that I can't publish those nodes.
It doesn't throw any error during publishing, it even says it was published fine. However, the link to the document remains = "#" and the page isn't visible on the site.
Things i've tried so far:
is working on a reply...
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.