I have umbraco 4.11 installed and I installed contour from the package respository to check it out. I ended up not using it and I went to remove it (under the developer tab, i clicked unistall package and then okay). After I unstalled it I get an internal 500 server error and I can't get into my site at all. Is this a known error or am I just SOL and have to start over? Anyone else have this problem?
no i didnt. i just uninstalled the package from the dev packages area and once it refreshed i got an internal 500 error. it was working just fine until that point.
uninstall 500 error
I have umbraco 4.11 installed and I installed contour from the package respository to check it out. I ended up not using it and I went to remove it (under the developer tab, i clicked unistall package and then okay). After I unstalled it I get an internal 500 server error and I can't get into my site at all. Is this a known error or am I just SOL and have to start over? Anyone else have this problem?
Comment author was deleted
Do you get any other details, erorr message... ?
no i didnt. i just uninstalled the package from the dev packages area and once it refreshed i got an internal 500 error. it was working just fine until that point.
Comment author was deleted
Think I found it, you'll need to update the web.config file
Find this line
<add name="ContourFormBuilderHttpModule" type="Umbraco.Forms.CodeFirst.ContourFormBuilderHttpModule, Umbraco.Forms.CodeFirst" />
It should be there 2 times
and remove it
Let me know if that fixes the issue
thank you so much i will try this out!
Comment author was deleted
Also added this to our issue tracker http://issues.umbraco.org/issue/CON-203 so will get it updated to prevent it from happening :)
I did find it, it was in there once and I deleted it. I still have an internal 500 error though. :(
Thanks for looking into it!
Comment author was deleted
Ok is there anything in your bin directory that starts with Umbraco.Forms.* if so delete those
And maybe try resetting your site in iis
is working on a reply...