We've just noticed an interesting quirk about the scheduled publish. We created a new page and gave it a scheduled date and time for publish. We then created a sub page of that section with the same date and time for publish.
This didn't work as expected and generated the following error in the log:-
2018-05-18 10:35:37,761 [P5784/D13/T133] INFO Umbraco.Core.Services.ContentService - Content 'Test Sub Page Schedule 1' with Id '2189' could not be published because its parent is not published.
2018-05-18 10:35:38,105 [P5784/D13/T133] WARN Umbraco.Core.Publishing.ScheduledPublisher - Could not published the document (2189) based on it's scheduled release. Status result: FailedPathNotPublished
2018-05-18 10:35:38,183 [P5784/D13/T133] INFO Umbraco.Core.Publishing.PublishingStrategy - Content 'Schedule Test 1' with Id '2188' has been published.
From the looks of this, you can't publish two pages at the same time if they are parent and child. As the parent needs to be published before the child page.
Is this correct? And is the only work around to schedule the child page to publish a few minutes after the parent. It seems very convoluted approach to doing things, especially if you have a whole section of content you wish to release at the same time.
Scheduled publish issue
Hello,
We've just noticed an interesting quirk about the scheduled publish. We created a new page and gave it a scheduled date and time for publish. We then created a sub page of that section with the same date and time for publish.
This didn't work as expected and generated the following error in the log:-
2018-05-18 10:35:37,761 [P5784/D13/T133] INFO Umbraco.Core.Services.ContentService - Content 'Test Sub Page Schedule 1' with Id '2189' could not be published because its parent is not published. 2018-05-18 10:35:38,105 [P5784/D13/T133] WARN Umbraco.Core.Publishing.ScheduledPublisher - Could not published the document (2189) based on it's scheduled release. Status result: FailedPathNotPublished 2018-05-18 10:35:38,183 [P5784/D13/T133] INFO Umbraco.Core.Publishing.PublishingStrategy - Content 'Schedule Test 1' with Id '2188' has been published.
From the looks of this, you can't publish two pages at the same time if they are parent and child. As the parent needs to be published before the child page.
Is this correct? And is the only work around to schedule the child page to publish a few minutes after the parent. It seems very convoluted approach to doing things, especially if you have a whole section of content you wish to release at the same time.
Any thoughts?
Thanks
Paul
is working on a reply...