Copied to clipboard

Flag this post as spam?

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


  • Kasper Gadensgaard 31 posts 52 karma points
    Jul 11, 2012 @ 20:17
    Kasper Gadensgaard
    0

    Rich Text Editor - DataType editor gives YSOD

    Hi,

    I have recently installed a new Umbraco 4.7 and everything works fine except for the datatype editor for the rich text editor datatype. 

    When ever i open the datatype editor in the developer section it gives me a YSOD with no real error information. 

    What could have gone wrong? It is only the RTE that doesnt work, everything else works fine. 

    Even if i create a new data type based on TinyMCE i get the error, so i suspect the DLL to be corrupt. I have tried replacing all files in /bin with fresh files, though with no result. As a new user of Umbraco, i have no idea of how to move on from here without having to start from scratch (and i would really like to avoid that!).

    Thanks in advance

  • David Dupont 61 posts 115 karma points
    Jul 11, 2012 @ 22:17
    David Dupont
    0

    Hi,

    What is the YSOD detailled error?
    Can you provide a screenshot?

  • Kasper Gadensgaard 31 posts 52 karma points
    Jul 12, 2012 @ 14:58
    Kasper Gadensgaard
    0

    Well, thats part of the problem, i get no detailed error just the following:

    Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>


    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>
  • Kasper Gadensgaard 31 posts 52 karma points
    Jul 12, 2012 @ 17:01
    Kasper Gadensgaard
    0

    Sorry, i should have read the error message better. I found a way to enable detailed error messages, and i found the error (i had previously moved the css folder in the root directory to a different location). 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies