After making some changes to some doc types (adding a new property on one of them), I now cannot open ANY document types at all in the editor as I get a null reference exception
This being the exception message:
[NullReferenceException: Object reference not set to an instance of an object.] umbraco.controls.ContentTypeControlNew.setupInfoPane() +546 umbraco.controls.ContentTypeControlNew.OnInit(EventArgs e) +62 System.Web.UI.Control.InitRecursive(Control namingContainer) +140 System.Web.UI.Control.InitRecursive(Control namingContainer) +311 System.Web.UI.Control.InitRecursive(Control namingContainer) +311 System.Web.UI.Control.InitRecursive(Control namingContainer) +311 System.Web.UI.Control.InitRecursive(Control namingContainer) +311 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480
Null reference on all my Document Types
Hi
After making some changes to some doc types (adding a new property on one of them), I now cannot open ANY document types at all in the editor as I get a null reference exception
This being the exception message:
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.controls.ContentTypeControlNew.setupInfoPane() +546
umbraco.controls.ContentTypeControlNew.OnInit(EventArgs e) +62
System.Web.UI.Control.InitRecursive(Control namingContainer) +140
System.Web.UI.Control.InitRecursive(Control namingContainer) +311
System.Web.UI.Control.InitRecursive(Control namingContainer) +311
System.Web.UI.Control.InitRecursive(Control namingContainer) +311
System.Web.UI.Control.InitRecursive(Control namingContainer) +311
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480
is working on a reply...