I have a blog and untill I exported data from the old database, I have some test blog items.
When I have exported the blogs from the old database and then deleted the test data, from the backend they seems to be deleted, but still showing in the frontend as part of the blog items.
I also tried to rebuild indexes but still no success :/
Perhaps it's the XML that is not updated. You could try go to umbraco.config it is located in the /App_Data folder, on your Umbraco file system. to see if the pages is still in the XML, If they still there then try the following:
Right clicking the “CONTENT” root node in Umbraco and choose “Republish entire site”?
This updates the /App_Data/umbraco.config cache. And then you could also do a IIS reset just in case.
Deleted Node is still being visible in Frontend
Hi,
I have a blog and untill I exported data from the old database, I have some test blog items.
When I have exported the blogs from the old database and then deleted the test data, from the backend they seems to be deleted, but still showing in the frontend as part of the blog items.
I also tried to rebuild indexes but still no success :/
any ideas please?
Thank you.
Hi Simon,
Perhaps it's the XML that is not updated. You could try go to umbraco.config it is located in the /App_Data folder, on your Umbraco file system. to see if the pages is still in the XML, If they still there then try the following:
Right clicking the “CONTENT” root node in Umbraco and choose “Republish entire site”?
This updates the /App_Data/umbraco.config cache. And then you could also do a IIS reset just in case.
Hope this helps.
/Dennis
is working on a reply...