We downloaded the Package for 4.7 and tried to install the .zip file to our site. When we installed it, it completely broke our website. we got a 500 server error. We took out the .dll's and what references we could find to them in the web.config. Could there be anything else we are missing that it installed or changed?
Ok we backed out our web.config file to an earlier version we had from a week ago and now the site came back up. I saw on your other forum you tested it on 4.7.2, but not 4.7.1 or 4.7.1.1. Do you plan to?
Thanks, the package looks very promising. We plan, on upgrading our Umbraco version at the end of the year. We are a large organization and can only upgrade at certain times as not to bring down our public site.
I'm afraid I have not had the time to test it in 4.7.1 and 4.7.1.1. I'll try to find some time this week to have a quick look.
The interesting thing is that what MiniProfiler is doing is registering and HttpModule using the WebActivator as in MiniProfilerPackage.cs, so I'm guessing it might be related to this. You could also try to getting the source code for github and manually registering the MiniProfilerStartupModule.cs.
MiniProfiler Version for 4.7 version broke site
We downloaded the Package for 4.7 and tried to install the .zip file to our site. When we installed it, it completely broke our website. we got a 500 server error. We took out the .dll's and what references we could find to them in the web.config. Could there be anything else we are missing that it installed or changed?
Thanks
Hi Carlos,
Which umbraco version are you using? 4.7.0, 4.7.1 or 4.7.1.1?
Are you running on IIS6 or IIS7.x? Classic or Integrated mode?
What's the error message you are getting?
Cheers,
J
Sorry.
Umbraco 4.7.1.
IIS 7.5
Integrated
Just getting a 500 internal Server Error.
we just need to know what we need to do to remove it for now.
Then if you have a fix or suggestion that would be awesome.
Thanks.
We are using 4.7.1.1 not 4.7.1.
And we don't have server tracing on so we don't know of any of the errors that are thrown.
We turned the error tracing on. This is what we got.
UPDATED.
Hi Carlos,
If you unzip the package, you'll find the dlls you can remove, so it should be safe to delete:
Also if the web.config was modified, delete:
and in system.web/pages/controls
Hope this helps. J
Ok we backed out our web.config file to an earlier version we had from a week ago and now the site came back up. I saw on your other forum you tested it on 4.7.2, but not 4.7.1 or 4.7.1.1. Do you plan to?
Thanks, the package looks very promising. We plan, on upgrading our Umbraco version at the end of the year. We are a large organization and can only upgrade at certain times as not to bring down our public site.
Thanks.
Hi Carlos,
I'm afraid I have not had the time to test it in 4.7.1 and 4.7.1.1. I'll try to find some time this week to have a quick look.
The interesting thing is that what MiniProfiler is doing is registering and HttpModule using the WebActivator as in MiniProfilerPackage.cs, so I'm guessing it might be related to this. You could also try to getting the source code for github and manually registering the MiniProfilerStartupModule.cs.
Thanks,
J
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.