Attempted to uninstall just the frontpage module and received:
The website encountered an error while retrieving http://domain.com/admin/modules/uninstall/confirm. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Comments
Comment #1
pacome commentedsame problem for me
Comment #2
wolmi commentedWith drush I have this error
Comment #3
drupalion commentedi have a same problem
Comment #4
drupalion commentedI don't know this solution is good or NOT. But worked for me
1- go to admin/modules page and disable frontpage module
2- open frontpage.install file and comment line 42 to end of file
3- go to admin/modules/uninstall and uninstall frontpage modules
4- you get a error from vars module but frontpage now uninstalled
5- go to database in system table find frontpage module and delete this row
6- if you want uninstall variable modules
Comment #5
johnhorning commented#4 seemed to work - thanks.