I just installed a fresh version of umbraco 4.7rc (umbraco v 4.7.0.RC (Assembly version: 1.0.4077.25828)) and created a blank site. I added a bunch document types and templates, and then added some content. When I try to rollback items some times I get big yellow .net errorpage, but it works fine on others. Specifically this happens when I right click on a document node and hit rollback, select a version and confirm that I want rollback.
After I dimiss the error the node I tried to rollback doesnt work anymore. Clicking on it to view its properties yields another yellow .net error page:
No Document exists with Version '44822086-5c06-4c94-9ddd-52c08c91ab6d'
I had this problem in separate install of 4.6.1 as well. I thought I had done something to break it, so I did a fresh install of 4.7 and I havent added so much as a line of code to the project yet. Any idea how to fix this?
I am runnings Windows 7 32bit with a SQL Server 2008 express database
This is the error I get when trying to do the rollback:
Server Error in '/' Application.
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_cmsDocument_cmsTemplate". The conflict occurred in database "Vault", table "dbo.cmsTemplate", column 'nodeId'. The statement has been terminated.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Error while rolling back in 4.6.1 and 4.7rc
I just installed a fresh version of umbraco 4.7rc (umbraco v 4.7.0.RC (Assembly version: 1.0.4077.25828)) and created a blank site. I added a bunch document types and templates, and then added some content. When I try to rollback items some times I get big yellow .net errorpage, but it works fine on others. Specifically this happens when I right click on a document node and hit rollback, select a version and confirm that I want rollback.
After I dimiss the error the node I tried to rollback doesnt work anymore. Clicking on it to view its properties yields another yellow .net error page:
No Document exists with Version '44822086-5c06-4c94-9ddd-52c08c91ab6d'
I had this problem in separate install of 4.6.1 as well. I thought I had done something to break it, so I did a fresh install of 4.7 and I havent added so much as a line of code to the project yet. Any idea how to fix this?
I am runnings Windows 7 32bit with a SQL Server 2008 express database
This is the error I get when trying to do the rollback:
Server Error in '/' Application.
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_cmsDocument_cmsTemplate". The conflict occurred in database "Vault", table "dbo.cmsTemplate", column 'nodeId'.
The statement has been terminated.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
After a bit more testing it appears the problem only manifests if the node doesn't have a template associated to it.
is working on a reply...