I got a 'No node exists' error when open a content. The node '1071' was parent of the 'Company' node. It was removed after 'Company' node move to 'About Us' folder. How can I fix it?
How did you move this page, via the UI? Because this should not happen. Node information is stored in the UmbracoNode table. Update ParentId and Path to the new parent, but please make a backup first. You might need to reset the website after these changes.
The page move via UI. I guess when open the page the system get the old parent id from the revision table and try to retrieve its content.The operation fail because the old parent not exist anymore.
Fail to open content after change parent
I got a 'No node exists' error when open a content. The node '1071' was parent of the 'Company' node. It was removed after 'Company' node move to 'About Us' folder. How can I fix it?
How did you move this page, via the UI? Because this should not happen. Node information is stored in the UmbracoNode table. Update ParentId and Path to the new parent, but please make a backup first. You might need to reset the website after these changes.
Cheers,
Richard
The page move via UI. I guess when open the page the system get the old parent id from the revision table and try to retrieve its content.The operation fail because the old parent not exist anymore.
is working on a reply...