Hi, In 4.5.2, the ability to use delayed publish stopped working. I'm not 100% sure that it dis work in this installation earlier, but it nevertheless worked in the earlier versions i used.
In the umbracoLog i get this log item four secods after the event is triggered:
Error publishing node: System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.content.UpdateDocumentCache(Document d) at umbraco.content.UpdateDocumentCache(Int32 pageId) at umbraco.library.UpdateDocumentCache(Int32 DocumentId) at umbraco.library.PublishSingleNode(Int32 DocumentId) at umbraco.presentation.publishingService.CheckPublishing(Object sender)
I've browsed the forum for a solutions, but i ran over a lot of faulty permissions etc, not any NullReferenceException.
The scenario is: Create node => Edit contents => Set the publish date/time => Save
This is a blocker for me, i really really need help. : )
Turns out i fixed it even before posting, I had a issue with trying to write ro read-only files in App_Data. I didn't check if the delayed publish worked after i removed the attribute.
The errorLog message still remains though. Every time a node is published via the Publish at event. Uncertain why...
The blocker has been removed, even though i would like to know where the NullException comes from.
Publish at: System.NullReferenceException
Hi,
In 4.5.2, the ability to use delayed publish stopped working.
I'm not 100% sure that it dis work in this installation earlier, but it nevertheless worked in the earlier versions i used.
In the umbracoLog i get this log item four secods after the event is triggered:
Error publishing node: System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.content.UpdateDocumentCache(Document d)
at umbraco.content.UpdateDocumentCache(Int32 pageId)
at umbraco.library.UpdateDocumentCache(Int32 DocumentId)
at umbraco.library.PublishSingleNode(Int32 DocumentId)
at umbraco.presentation.publishingService.CheckPublishing(Object sender)
I've browsed the forum for a solutions, but i ran over a lot of faulty permissions etc, not any NullReferenceException.
The scenario is:
Create node => Edit contents => Set the publish date/time => Save
This is a blocker for me, i really really need help.
: )
Correction,
Turns out i fixed it even before posting, I had a issue with trying to write ro read-only files in App_Data.
I didn't check if the delayed publish worked after i removed the attribute.
The errorLog message still remains though. Every time a node is published via the Publish at event.
Uncertain why...
The blocker has been removed, even though i would like to know where the NullException comes from.
Yours.
is working on a reply...