Copied to clipboard

Flag this post as spam?

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


  • Carol Hicks 3 posts 73 karma points
    Sep 19, 2016 @ 21:31
    Carol Hicks
    0

    Newbie- to Umbraco

    Hi,

    Having trouble finding good hosting support for Umbraco. Just tried adding 7.4.3 to a Godaddy shared Plesk account now getting a custom error page

    "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. "

    So have to turn custom errors on?

    Should I just get an account with Umbraco support? Any help would be appreciated Thanks

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Sep 19, 2016 @ 21:54
    Dennis Aaen
    0

    Hi Carol and welcome to Our :)

    To turn custom errors on you need to go to the web.config file and search for CustomErrors then you need to change it from RemoteOnly to Off and it is impotant with uppercase O

    Then you should see the real error when you have fixed it remember to change the value back to RemoteOnly again.

    Hope this helps,

    /Dennis

  • Carol Hicks 3 posts 73 karma points
    Sep 19, 2016 @ 22:00
    Carol Hicks
    0

    Thanks Dennis!

    Here is what I see:

    Attempt by security transparent method 'Umbraco.Core.UmbracoApplicationBase.StartApplication(System.Object, System.EventArgs)' to access security critical method 'System.AppDomain.add_UnhandledException(System.UnhandledExceptionEventHandler)' failed.

    Assembly 'Umbraco.Core, Version=1.0.5948.18141, Culture=neutral, PublicKeyToken=null' is partially trusted, which causes the CLR to make it entirely security transparent regardless of any transparency annotations in the assembly itself. In order to access security critical code, this assembly must be fully trusted.

    [MethodAccessException: Attempt by security transparent method 'Umbraco.Core.UmbracoApplicationBase.StartApplication(System.Object, System.EventArgs)' to access security critical method 'System.AppDomain.add_UnhandledException(System.UnhandledExceptionEventHandler)' failed.

    Assembly 'Umbraco.Core, Version=1.0.5948.18141, Culture=neutral, PublicKeyToken=null' is partially trusted, which causes the CLR to make it entirely security transparent regardless of any transparency annotations in the assembly itself. In order to access security critical code, this assembly must be fully trusted.] Umbraco.Core.UmbracoApplicationBase.StartApplication(Object sender, EventArgs e) +136 Umbraco.Core.UmbracoApplicationBase.Application_Start(Object sender, EventArgs e) +34

    [HttpException (0x80004005): Attempt by security transparent method 'Umbraco.Core.UmbracoApplicationBase.StartApplication(System.Object, System.EventArgs)' to access security critical method 'System.AppDomain.add_UnhandledException(System.UnhandledExceptionEventHandler)' failed.

    Assembly 'Umbraco.Core, Version=1.0.5948.18141, Culture=neutral, PublicKeyToken=null' is partially trusted, which causes the CLR to make it entirely security transparent regardless of any transparency annotations in the assembly itself. In order to access security critical code, this assembly must be fully trusted.] System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +9964517 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +118 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +172 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +339 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296

    [HttpException (0x80004005): Attempt by security transparent method 'Umbraco.Core.UmbracoApplicationBase.StartApplication(System.Object, System.EventArgs)' to access security critical method 'System.AppDomain.add_UnhandledException(System.UnhandledExceptionEventHandler)' failed.

    Assembly 'Umbraco.Core, Version=1.0.5948.18141, Culture=neutral, PublicKeyToken=null' is partially trusted, which causes the CLR to make it entirely security transparent regardless of any transparency annotations in the assembly itself. In order to access security critical code, this assembly must be fully trusted.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9946024 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +90 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +261

    Any ideas?

  • Mark Drake 134 posts 458 karma points c-trib
    Sep 20, 2016 @ 03:00
    Mark Drake
    0

    Carol - looks like you may be having the same issue these people were having.

    Could you take a look at your web config and verify you have this property / value set? The important line to have is trust level with a value of Full somewhere in system.web of your web.config, like so:

    <configuration>
        <system.web>
            <trust level="Full" />
        </system.web>
    </configuration>
    

    Please let us know how this works.

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Sep 20, 2016 @ 08:08
    Dennis Aaen
    0

    Hi Carol,

    To run Umbraco CMS, you need to check with the hosting provider that they are meeting this file and folder permissions.

    https://our.umbraco.org/documentation/getting-started/setup/install/permissions

    Hope this helps,

    /Dennis

  • John Palmer 77 posts 202 karma points
    Sep 20, 2016 @ 05:42
    John Palmer
    0

    Hi Carol,

    It is about permission issue. Please just ask your hosting provider to give full permission for you. It will fix your issue.

  • Carol Hicks 3 posts 73 karma points
    Sep 20, 2016 @ 14:48
    Carol Hicks
    0

    Hi,

    Thanks for the suggestions. I called GoDaddy the tech said she worked with the permissions without success. She set me a link to earlier article but it looks like that person created a MySQL database. I just unpacked Umbraco I didn't change databases.

    Here is the link that was sent: https://our.umbraco.org/forum/getting-started/installing-umbraco/17856-umbraco-on-godaddy-shared-hosting

    Any other steps you would suggest would be appreciated. Thanks.

  • 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