Deletetion of tree node page and sub pages not working - Help!
Hi
I have a Umbraco install on staging server. (version 4.11.3.1)
I have created a Parent Node called Events
With children, January, Feb, March and so on.
I selected Events and clicked Delete, it removed the Events node and children from the tree
But on the front end it has not removed them from the navigation, ive cleared my cache incase its that creating the problem but its not.
Ive emptied the Recyle Bin in the tree and still the nodes are there, i assume this structure is held in the DB, is there a way to manually remove these nodes from the DB??
This is the front end, as you can see i have created a Page called Event, and Events is still showing
In Umbraco there is no 'Events' yet it still shows on the front end
The worrying thing is when i click on 'Events' the sub pages are all there, they have not been removed or set to false in the DB
Do you have the navigation macro cache settings set high?
If so this could be the cause that it is rendering a cached version, try making a change to the web.config and saving it. This should help clear any cache.
Deletetion of tree node page and sub pages not working - Help!
Hi
I have a Umbraco install on staging server. (version 4.11.3.1)
I have created a Parent Node called Events
With children, January, Feb, March and so on.
I selected Events and clicked Delete, it removed the Events node and children from the tree
But on the front end it has not removed them from the navigation, ive cleared my cache incase its that creating the problem but its not.
Ive emptied the Recyle Bin in the tree and still the nodes are there, i assume this structure is held in the DB, is there a way to manually remove these nodes from the DB??
This is the front end, as you can see i have created a Page called Event, and Events is still showing
In Umbraco there is no 'Events' yet it still shows on the front end
The worrying thing is when i click on 'Events' the sub pages are all there, they have not been removed or set to false in the DB
Anybody have any ideas on how i can resolve?
Do you have the navigation macro cache settings set high?
If so this could be the cause that it is rendering a cached version, try making a change to the web.config and saving it. This should help clear any cache.
Thanks,
Tom
Hi
Thanks for the response, ive since broadcast this to the twitterverse and some suggested deleting the 'umbraco.config' this cleared the problem.
Thank you though.
is working on a reply...