I don't know if anyone has had this problem before. It's seems like a bug.
When I convert a page type on my site with the "Change Document Type" in backoffice content node context menu everything seems to work fine in backoffice.
But when I look at my site I se that changing the page type has resulting in an extra menu node with the same name as the original node.
To get writh of it I thought I could just delete the node in backoffice and create a new node with the new pagatype, but when deleting the node generating dublicate pages I noticed that just one of the pages was deleted.
The wierd thing is that there is now no node with the that name in backoffice - but on the site (public) the node still exist.
I've tried to republish all nodes from roat node but the problem still exist.
I've looked in the /App_Data/umbraco.config file and the "ghost node" with ID "1091" is there.
I've looked in the database but can't find node with ID "1091" nighter in umbracoNode table nor in cmsContent table.
This is what it looks like in umbraco.config after I Changed Document Type for a page with the ID 1120:
I've been recycling the app pool and restarted the computer just to be sure. I even updated the umbraco.config file manually (removing ghost node) but after republishing it came back again.
But I didn't delete the umbraco.config file before recykling which I did now, I thought the file was rewritten when republishing site or recycling the app pool.
After deleting umbraco.config + recykling app pool the ghost nodes finally went away ;)
Then again, maybe it's not related to that issue. I just noticed that issue is in regards to changing a document type on the document type editor screen, which is a bit different than changing the document type of a particular content node.
"Change Document Type" results in ghost page
Hi guys,
I don't know if anyone has had this problem before. It's seems like a bug.
When I convert a page type on my site with the "Change Document Type" in backoffice content node context menu everything seems to work fine in backoffice.
But when I look at my site I se that changing the page type has resulting in an extra menu node with the same name as the original node.
To get writh of it I thought I could just delete the node in backoffice and create a new node with the new pagatype, but when deleting the node generating dublicate pages I noticed that just one of the pages was deleted. The wierd thing is that there is now no node with the that name in backoffice - but on the site (public) the node still exist.
This is what it looks like in umbraco.config after I Changed Document Type for a page with the ID 1120:
What am I missing here?
Using Umbraco 7.5.4
Might be related to this issue, due in 7.5.5: http://issues.umbraco.org/issue/U4-7833
Basically, some caches aren't updated when changing the document type.
Have you tried deleting the
umbraco.config
and recycling the application pool (which should regenerate the umbraco.config)?I've been recycling the app pool and restarted the computer just to be sure. I even updated the umbraco.config file manually (removing ghost node) but after republishing it came back again.
But I didn't delete the umbraco.config file before recykling which I did now, I thought the file was rewritten when republishing site or recycling the app pool.
After deleting umbraco.config + recykling app pool the ghost nodes finally went away ;)
So this might be related to same issue...
Thanks Nicholas.
Then again, maybe it's not related to that issue. I just noticed that issue is in regards to changing a document type on the document type editor screen, which is a bit different than changing the document type of a particular content node.
is working on a reply...