I tried changing the nodeId in table cmsContentType, and I got this error
The UPDATE statement conflicted with the REFERENCE constraint "FK_cmsPropertyType_cmsContentType". The conflict occurred in database "CooperSt", table "dbo.cmsPropertyType", column 'contentTypeId'.
I think that is similar with what I got when I tried rolling back
There is a bug that causes this issue when you roll back a node that doesn't have a Template assigned. As a workaround you can assign a template. Per Codeplex it will be fixed in 4.7.1
Also, I posted a solution to manually fix a "broken" node in this thread.
Umbraco crashed after rollback attempt
I tried rolling back a node, the preview looks fine, when I confirm to rollback to that version, Umbraco crashed (I forgot the error message)
Now everytime I click on that node, I got this error
How do I get my node back or fix this error?
I can't even delete the node, I found 2 rows in table umbracoNode, is it safe for me to delete these rows or would it cause another error?
I tried changing the nodeId in table cmsContentType, and I got this error
The UPDATE statement conflicted with the REFERENCE constraint "FK_cmsPropertyType_cmsContentType". The conflict occurred in database "CooperSt", table "dbo.cmsPropertyType", column 'contentTypeId'.
I think that is similar with what I got when I tried rolling back
I've just had this same problem. Did you find a solution?
Hi,
There is a bug that causes this issue when you roll back a node that doesn't have a Template assigned. As a workaround you can assign a template. Per Codeplex it will be fixed in 4.7.1
Also, I posted a solution to manually fix a "broken" node in this thread.
Hope this helps,
Tom
I had the same problem with V4.9.0, so not fixed yet. My page definitely had a template assigned.
Tom's solution above worked well.
Hopefully someone from umbraco core knows about this...
Rgds
John P
is working on a reply...