I was running a website using Umbraco 6.0.1 and it was running fine but I wanted to update for the latest features etc, so I upgraded to 6.1.2 and all was fine untill I started using the website as normal in the back office.
Any help would be appretiated I've spend hours with no avail. I think it might be an issue with Umbraco 6.1.2?
I started to get the following error when I republish with '?xml=true':
You can't specify target table 'CMSCONTENTXML' for update in FROM clause
And when I view the front end of the website
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 3: @using System.Web.Mvc;
Line 4: @{
Line 5: Layout = null;
Line 6: }
Line 7:
Errors after upgrading from 6.0.1 to 6.1.2
I was running a website using Umbraco 6.0.1 and it was running fine but I wanted to update for the latest features etc, so I upgraded to 6.1.2 and all was fine untill I started using the website as normal in the back office.
Any help would be appretiated I've spend hours with no avail. I think it might be an issue with Umbraco 6.1.2?
I started to get the following error when I republish with '?xml=true':
You can't specify target table 'CMSCONTENTXML' for update in FROM clause
And when I view the front end of the website
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 3: @using System.Web.Mvc; Line 4: @{ Line 5: Layout = null; Line 6: } Line 7:
Source File: d:\Luke Alderton\Luke Alderton\Views\_Layout.cshtml Line: 5
Stack Trace:
Hi Luke
Are you using webforms or MVC on the site? And what database are you using?
/Jan
is working on a reply...