Hello, I am using the Umbraco 5 RC1. I tried changing permission for a node and the first time I save it, it went fine. Every subsequent saves when I change permission produces the following error:
The DELETE statement conflicted with the REFERENCE constraint "U5_FK_NodeRelation_NodeRelationTags". The conflict occurred in database "databaseName", table "dbo.NodeRelationTag", column 'NodeRelationId'. The statement has been terminated.
Any workaround for this right now? Thank you very much.
It has already been submitted by another user. I would just like to ask for some workarounds. It seems I just have to wait for a fix. Thank you very much.
Hmm, I'm not sure. Have you tried installing the build from jan 03?
If you know how to use HG you can perhaps find out if it is fixed by reading some of the commit comments made by the core team. I've done that on some occassions and it gives quite some hints sometimes :)
Umbraco 5: Error when changing permissions
Hello, I am using the Umbraco 5 RC1. I tried changing permission for a node and the first time I save it, it went fine. Every subsequent saves when I change permission produces the following error:
The DELETE statement conflicted with the REFERENCE constraint "U5_FK_NodeRelation_NodeRelationTags". The conflict occurred in database "databaseName", table "dbo.NodeRelationTag", column 'NodeRelationId'.
The statement has been terminated.
Any workaround for this right now? Thank you very much.
Hi Randal
This seems to be a bug to me.
I think the core team will be very happy if you submit it to http://issues.umbraco.org/dashboard/#tab=Hints
I'm not sure if there are currently any possible workarounds for this but it's something that should be fixed.
/Jan
It has already been submitted by another user. I would just like to ask for some workarounds. It seems I just have to wait for a fix. Thank you very much.
Hi, is does bug already been fixed in the Jan 03 nightly build? Thanks.
Hi Randal
Hmm, I'm not sure. Have you tried installing the build from jan 03?
If you know how to use HG you can perhaps find out if it is fixed by reading some of the commit comments made by the core team. I've done that on some occassions and it gives quite some hints sometimes :)
You can make a clone from this URL: https://hg01.codeplex.com/umbraco
/Jan
is working on a reply...