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
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.
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
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:
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.
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
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
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?
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:
Please let us know how this works.
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
Hi Carol,
It is about permission issue. Please just ask your hosting provider to give full permission for you. It will fix your issue.
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.
is working on a reply...
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.