Can anyone confirm this works in 4.5.2? Doesn't seem to work for me. When the publish at date has passed the value is removed but the page still isn't published. When the remove at date passes nothing happens. Any suggestions.??
Error publishing node: System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.presentation.UmbracoContext.get_Current() at umbraco.library.GetXmlNodeById(String id) at umbraco.presentation.nodeFactory.Node..ctor(Int32 NodeId) at InfoCaster.Umbraco._301UrlTracker.Base301URLTracker.Document_BeforePublish(Document doc, PublishEventArgs e) at umbraco.cms.businesslogic.web.Document.FireBeforePublish(PublishEventArgs e) at umbraco.cms.businesslogic.web.Document.PublishWithResult(User u) at umbraco.cms.businesslogic.web.Document.Publish(User u) at umbraco.presentation.publishingService.CheckPublishing(Object sender)
Publish At - Remove At
Can anyone confirm this works in 4.5.2? Doesn't seem to work for me. When the publish at date has passed the value is removed but the page still isn't published. When the remove at date passes nothing happens. Any suggestions.??
One possible solution can be found here: http://our.umbraco.org/forum/ourumb-dev-forum/bugs/15319-Remove-at-and-publish-at-not-working-452
ohh error in log..
Error publishing node: System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.presentation.UmbracoContext.get_Current() at umbraco.library.GetXmlNodeById(String id) at umbraco.presentation.nodeFactory.Node..ctor(Int32 NodeId) at InfoCaster.Umbraco._301UrlTracker.Base301URLTracker.Document_BeforePublish(Document doc, PublishEventArgs e) at umbraco.cms.businesslogic.web.Document.FireBeforePublish(PublishEventArgs e) at umbraco.cms.businesslogic.web.Document.PublishWithResult(User u) at umbraco.cms.businesslogic.web.Document.Publish(User u) at umbraco.presentation.publishingService.CheckPublishing(Object sender)
Skiltz
You're using an old version of the 301 URL Tracker with a known bug.
Please update to version 1.3: http://our.umbraco.org/projects/developer-tools/301-url-tracker/
Using Umbraco 6.2.6 and 301 URL Tracker 1.3 and Publish At - Remove At does not work.
is working on a reply...