Hello, we been having this problem with umbraco where when you transfer a new page to the production server, it gets transferred without being published. We have to go on the production server and manually publish the page.
Furthermore, we can't transfer an unpublished page from staging to production, even when I add the setting <ignoreUnpublishedVersions>false</ignoreUnpublishedVersions> to the config file. The scenario around that is that sometimes we want a page unpublished for a couple of days/months and then re-publish it. The content manager unpublish the page in staging and transfer that page to production so it can be unpublished there too. But it just doesn't work. The process of transferring through courier works but nothing happens to the page in production, the page stays published.
Will try to reproduce on 4.11.6 today and patch, I might reach out to you on email for further details on your setup, but I assume this happens on alll types of pages
We are experiencing the same problem (umbraco 4.11.6, courier 2.7.5.1). If we apply the nightly build, do we uninstall 2.7.5.1 first? I assume the only thing we would need to retain in this case would be the courier.config.
Publish/Unpublish Page and Transfer Issue
Hello, we been having this problem with umbraco where when you transfer a new page to the production server, it gets transferred without being published. We have to go on the production server and manually publish the page.
Furthermore, we can't transfer an unpublished page from staging to production, even when I add the setting <ignoreUnpublishedVersions>false</ignoreUnpublishedVersions> to the config file. The scenario around that is that sometimes we want a page unpublished for a couple of days/months and then re-publish it. The content manager unpublish the page in staging and transfer that page to production so it can be unpublished there too. But it just doesn't work. The process of transferring through courier works but nothing happens to the page in production, the page stays published.
We are using umbraco 4.11.6 and courier 2.7.5.
Thanks,
Patrick
Ditto. Pelase fix...
Hi Patrick and Jerermy
Will try to reproduce on 4.11.6 today and patch, I might reach out to you on email for further details on your setup, but I assume this happens on alll types of pages
/Per
Per, nightly build 2.7.6.0.v4 fixed both issues mentioned in this email.
Thanks for the fixes.
Patrick
We are experiencing the same problem (umbraco 4.11.6, courier 2.7.5.1). If we apply the nightly build, do we uninstall 2.7.5.1 first? I assume the only thing we would need to retain in this case would be the courier.config.
Make sure you add the new setting to you courier.config. This was part of my problem.
<ignoreUnpublishedVersions>false</ignoreUnpublishedVersions>
is working on a reply...