 Rank: Newbie
Joined: 2/26/2008 Posts: 2 Location: Allerød
|
Hi, I have some problem going from the normal Umbraco Richtext editor to the TinyMCE. I get the following error every time I try to change it to TinyMCE: Quote:Server Error in '/' Application.
Input string was not in a correct format. 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.FormatException: Input string was not in a correct format.
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:
[FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +2725283 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +102 umbraco.editorControls.tinymce.TinyMCE..ctor(IData Data, String Configuration) +739 umbraco.editorControls.tinymce.TinyMCEDataType.get_DataEditor() +90 umbraco.controls.ContentControl.addControlNew(Property p, TabPage tp, String Caption) +86 umbraco.controls.ContentControl..ctor(Content c, publishModes CanPublish, String Id) +732 umbraco.cms.presentation.editContent.OnInit(EventArgs e) +402 System.Web.UI.Control.InitRecursive(Control namingContainer) +321 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832 I really hope that someone kan help me solve this problem. Best regards, Niels K.
Best regards, Niels Kristiansen | NIKRI
|
Rank: Enthusiast
Joined: 11/27/2006 Posts: 14
|
Having the same problem, anyone else?
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,696 Location: KY, USA
|
In the Richtext Editor data type settings, do you have the following set? - Rendercontrol = TinyMCE wysiwyg - Database Type = NText cheers, doug.
MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
|