New install 7.2.1 NRE when trying to create document types
I've tried both nuget and download. In both cases I can install umbraco however when I try to add documen types I get a nullreferenceexception when I click on the create menu item.
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.presentation.create.controls.nodeType.Page_Load(Object sender, EventArgs e) +172
System.Web.UI.Control.LoadRecursive() +70
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Control.LoadRecursive() +189
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3177
oh how bizarre. It seems the iis site i was using had the umbraco folder configured as a virtual directory - not sure why i did that, was for some other stuff i was working on I'm guessing. However looking at the log (thanks @Jan) I noticed some 404's from that folder. I removed the vdir in iis and viola.
You're welcome happy that it led to the solution :) Remember to mark the topic as solved so others can go straight to the solution if they should come accross the same issue.
New install 7.2.1 NRE when trying to create document types
I've tried both nuget and download. In both cases I can install umbraco however when I try to add documen types I get a nullreferenceexception when I click on the create menu item.
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:
Hi Sean
Hmm, have you double checked that permissions are fine? Do you see any additional information about the error in the /App_Data/logs file?
What are your system specs? What DB are you using and what webserver are you using?
/Jan
oh how bizarre. It seems the iis site i was using had the umbraco folder configured as a virtual directory - not sure why i did that, was for some other stuff i was working on I'm guessing. However looking at the log (thanks @Jan) I noticed some 404's from that folder. I removed the vdir in iis and viola.
cheers.
Hi Seanrock
You're welcome happy that it led to the solution :) Remember to mark the topic as solved so others can go straight to the solution if they should come accross the same issue.
Cheers, Jan
is working on a reply...