|
|
 Rank: Fanatic
Joined: 7/21/2006 Posts: 315 Location: Salerno - Italy
|
Hi, when I click on template node for editing, in the right side I have this error: Quote: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.UmbracoSettings.GetKey(String Key) +29 umbraco.UmbracoSettings.get_ScriptDisableEditor() +14 umbraco.cms.presentation.settings.editTemplate.Page_Load(Object sender, EventArgs e) +841 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 umbraco.BasePages.BasePage.OnLoad(EventArgs e) +12 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627 In UmbracoSetting , The scriptEditor option is disabled Quote:<!-- disable the codepress editor and use a simple textarea instead --> <scriptDisableEditor>true</scriptDisableEditor> Why? Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Fanatic
Joined: 7/21/2006 Posts: 315 Location: Salerno - Italy
|
??? Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Fanatic
Joined: 7/21/2006 Posts: 315 Location: Salerno - Italy
|
Help???? Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Fanatic
Joined: 7/21/2006 Posts: 315 Location: Salerno - Italy
|
The problem is only where there is Script Editor.... Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Fanatic
Joined: 7/21/2006 Posts: 315 Location: Salerno - Italy
|
Ok...I've resolved. Red Consulting s.a.s - Umbraco from v1.0
|
|
 Rank: Umbracoholic
Joined: 9/27/2007 Posts: 1,123 Location: Belgium
|
Mind to share the solution here? It could be helpful to others as well? TIA, /Dirk
level 1 & 2 certified - umbraco MVP 2008/2009 - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
|
|
 Rank: Fanatic
Joined: 7/21/2006 Posts: 315 Location: Salerno - Italy
|
Ig_p118 wrote:Ok...I've resolved. Ops, sorry... I've simple copied old file umbraco.config over modified ( but with the same options ) umbraco.config. Bye Red Consulting s.a.s - Umbraco from v1.0
|
|
|
Guest |