Copied to clipboard

Flag this post as spam?

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


  • Megan 1 post 71 karma points
    Jul 06, 2021 @ 13:55
    Megan
    0

    Umbraco 4 - Cannot save and publish

    Hi, We are currently using Umbraco 4 and cannot save or save and publish. We keep getting a runtime error:

    Server Error in '/' Application. 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

    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

  • Brendan Rice 538 posts 1099 karma points
    Jul 08, 2021 @ 12:07
    Brendan Rice
    0

    Hi Megan

    the error is hidden, to enable it go to the web.config and find the following setting:

    <customErrors mode="RemoteOnly" />
    

    Change it to:

    <customErrors mode="Off" />
    

    When you reload the page you should get a more detailed error, if you paste it in here (remove any security sensitive information).

    Remember to change the setting back.

    We'll be able to help more when we see the error.

Please Sign in or register to post replies

Write your reply to:

Draft