We just upgraded our site from 4.5.0 to 4.7.1. The site works fine, but we can't get any of the nodes under or main content node in the backend.
I used firebug to figure out the script error and found the page that it's trying to hit and the error. Does anyone know how to fix this or what I might try?
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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.cms.businesslogic.web.Document.get_UserId() +22
umbraco.cms.presentation.Trees.BaseContentTree.GetUserActionsForNode(Document dd) +45
umbraco.cms.presentation.Trees.BaseContentTree.Render(XmlTree& Tree) +114
umbraco.loadContent.Render(XmlTree& tree) +19
umbraco.presentation.webservices.TreeDataService.LoadTree(TreeRequestParams treeParams) +75
umbraco.presentation.webservices.TreeDataService.GetXmlTree() +140
umbraco.presentation.webservices.TreeDataService.ProcessRequest(HttpContext context) +55
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
No nodes under main content after 4.7.1 upgrade
We just upgraded our site from 4.5.0 to 4.7.1. The site works fine, but we can't get any of the nodes under or main content node in the backend.
I used firebug to figure out the script error and found the page that it's trying to hit and the error. Does anyone know how to fix this or what I might try?
/umbraco/webservices/TreeDataService.ashx?rnd=b38e5181606c4e7a8833da8efcee55f3&id=1137&treeType=content&contextMenu=true&isDialog=false&rnd2=54.2%20500
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:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Fixed. Some of the nodes had a user that was deleted. I changed the userIDs on those nodes to the ones there were in umbraco and it worked.
Thanks, you just solved my problem :)
is working on a reply...