I'am using the document webservices api in Umbraco 4.10 to integrate a 3rd party application. Creating and Publishing nodes works fine, but when I Unpublish a node the Umbraco backend shows this strange message:
This document is published but is not visible because the parent '???' is unpublished
The "Unpublish" button is still there, although the node is not visible on the website anymore. So it seems to be unpublished, but the backend shows a confusing information. Also the node is not marked as Unpublished in the document tree.
When I click the Unpublish button everything is normal again.
Unpublish node with document webservice Problem
Hi,
I'am using the document webservices api in Umbraco 4.10 to integrate a 3rd party application. Creating and Publishing nodes works fine, but when I Unpublish a node the Umbraco backend shows this strange message:
This document is published but is not visible because the parent '???' is unpublished
The "Unpublish" button is still there, although the node is not visible on the website anymore. So it seems to be unpublished, but the backend shows a confusing information. Also the node is not marked as Unpublished in the document tree.
When I click the Unpublish button everything is normal again.
Has anyone an idea what's wrong here?
Thanks
Matthias
I tried a lot of things but what finally helped was to update the umbracoSettings.config file and set XmlContentCheckForDiskChanges to True.
Now Publish and Unpublish works like a charme...
Matthias
is working on a reply...