System.NullReferenceException: Object reference not set to an instance of an object.
Hi
i have a system running
umbraco v 4.5.2, Koiak_Standard_Site_1.1
ASP.NET 4
Windows 2008, IIS Version 7
When i trying to update or publish a page i get this error:
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.editorControls.ultimatepicker.ultimatePickerDataEditor.Save() in d:\TeamCity\buildAgent\work\75c63e4d2422667e\components\editorControls\ultimatepicker\ultimatePickerDataEditor.cs:126
umbraco.controls.ContentControl.saveClick(Object Sender, ImageClickEventArgs e) in d:\TeamCity\buildAgent\work\75c63e4d2422667e\umbraco\presentation\umbraco\controls\ContentControl.cs:220
umbraco.controls.ContentControl.savePublish(Object Sender, ImageClickEventArgs e) in d:\TeamCity\buildAgent\work\75c63e4d2422667e\umbraco\presentation\umbraco\controls\ContentControl.cs:230
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +115
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +120
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563
System.NullReferenceException: Object reference not set to an instance of an object.
Hi
i have a system running
umbraco v 4.5.2, Koiak_Standard_Site_1.1
ASP.NET 4
Windows 2008, IIS Version 7
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:
Kind Regards
Alexander Christensen
Hi Alexander,
Check the 'Panel Picker', 'slide Picker' and 'Content/Page Picker' data types, make sure their starting node id's are correct?
Chris
But where to find what should be the "parent nodeid"?
If you hover over the page in the content tree you'll see the id appear in the status bar (for firefox anyway).
Hover current DataType
Yes! Thank you
Remember, if you like the project please vote for it at http://our.umbraco.org/projects/starter-kits/standard-website
is working on a reply...