Have you tried to go to the "Content" node and then right click and choose "Republish entire site"? This should update the XML cache so old deleted content is not displayed.
If the issue remains after doing this you might need to check that your permissions on the disk where the Umbraco project is is setup correctly.
Deleted Content Displaying when using CurrentPage.Descendants() in a Razor view
Hi,
I'm using CurrentPage.Descendants() on an index page to display a list of all nodes under the existing page
The index page is displaying descendants nodes which have been deleted.
Umbraco.config still contains the deleted content. It appears Umbraco.config is not being updated on publish.
Help appreciated.
Thanks.
Hi David
Have you tried to go to the "Content" node and then right click and choose "Republish entire site"? This should update the XML cache so old deleted content is not displayed.
If the issue remains after doing this you might need to check that your permissions on the disk where the Umbraco project is is setup correctly.
Hope this helps.
/Jan
YES! That did the trick. Thank you!
Hi David
Glad it worked - sometimes you need to do this manually so if it happens again try this trick :)
Cheers, Jan
is working on a reply...