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

pacome’s picture

same problem for me

wolmi’s picture

With drush I have this error

The following modules will be uninstalled: frontpage
Do you really want to continue? (y/n): y
PHP Fatal error:  Class 'FrontpageVars' not found in /var/aegir/platforms/inmecas/sites/inmecas.sofistic.net/modules/frontpage/frontpage.install on line 42
Drush command terminated abnormally due to an unrecoverable error.                                                                                                                                    [error]
Error: Class 'FrontpageVars' not found in /var/aegir/platforms/inmecas/sites/inmecas.sofistic.net/modules/frontpage/frontpage.install, line 42
drupalion’s picture

i have a same problem

drupalion’s picture

I 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

johnhorning’s picture

Issue summary: View changes

#4 seemed to work - thanks.