Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Richard 146 posts 168 karma points
    Nov 03, 2009 @ 19:11
    Richard
    0

    Could not find /umbraco/richTextHolder.aspx on RichText Editor Fields

    I am upgrading a site from Umbraco 2 to Umbraco 4. I have a version of the site at version 3.0.6, and now a copy at version 4.0.2.1. On the version 4 sites, all of the Richtext Editor fields display the error message:

     

    The resource cannot be found. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }

    Server Error in '/' Application.

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /umbraco/richTextHolder.aspx

     

    The fields are viewable correctly in version 3.0.6. I found a reference to a similar error if you are using "UltraSimpleMailer", but I can not see any reference to this in the document types that I am using and all document types that I have checked display this error. The content of the site display correctly. I did delete the contents of /umbraco when I did the upgrade, so in the version 3 site there is the file richTextHolder.aspx but not in the version 4 site. Any ideas?

  • Chris Houston 535 posts 980 karma points MVP admin c-trib
    Nov 03, 2009 @ 20:21
    Chris Houston
    0

    I am guessing it might be something to do with the editor changing from version 2 to version 4.

    You could try going into the Developer section / Datatypes and selecting the Richtext Editor and make sure it says:

    "TinyMCE v3 wysiwyg"

    It might still be referencing an old wysiwyg editor which as you've mentioned, you have deleted.

    Cheers,

    Chris

  • Richard 146 posts 168 karma points
    Nov 04, 2009 @ 11:47
    Richard
    0

    I have changed the data type entry for Richtext editor so that the render control is now "TinyMCE v3 wysiwyg" when I go to edit a page with a Richtext editor field, I get the error below. If I set it to "Textbox multiple", then this displays the HTML code correctly (but without the WYSIWIG editor functionality).

     

    Input string was not in a correct format. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }

    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) +7469351
       System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
       umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration) +793
    
    [ArgumentException: Incorrect TinyMCE configuration.
    Parameter name: Configuration]
       umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration) +6414
       umbraco.editorControls.tinyMCE3.tinyMCE3dataType.get_DataEditor() +95
  • Richard 146 posts 168 karma points
    Nov 04, 2009 @ 11:52
    Richard
    0

    Fixed the problem, thanks Chris for the pointer. I went back to the developer tab to modify the Richtext editor data type again, and saw all of the extra settings for TinyMCE v3 wysiwig. Once I had selected these and save it displayed correctly.

Please Sign in or register to post replies

Write your reply to:

Draft