I am using the latest beta4 release and it is throwing HTTP Error 500 when I try to uninstall it. It doesn't throw any error on the Drupal Logs, so I am unable to trace it.

Please help with fixing this.

Regards,
Praveen

Comments

bugzo’s picture

UPDATE: I read about the issue that it could be due to memory settings. I increased it temporarily, and the Error is no longer there, but still the module does not get uninstalled.

Kindly suggest a fix.

mstef’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

I'm unable to reproduce this. I tried with both beta4 and dev. I tried from the UI and with Drush.

Please install Quant on a clean Drupal 7 installation and try this again. If it happens, then we have an issue. If not, I'd say this is specific to your site.

Tobias Xy’s picture

Status: Postponed (maintainer needs more info) » Active

I couldn't uninstall this module, because the function quant_get_quant_charts in line 16 of quant.install was not defined.
After I added the following line to quant_uninstall as first line it worked:

drupal_load('module', 'quant');

Maybe the same issue?

leducdubleuet’s picture

Status: Active » Reviewed & tested by the community

The workaround in #3 is needed indeed to uninstall this module properly without a WSOD.

I would say that this bug is major for people who want to uninstall it...

Thank you for a great module anyway!

mstef’s picture

Status: Reviewed & tested by the community » Fixed

I committed the change. You're definitely right about that. You should never assume the module files are available during install/uninstall.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.