Closed (fixed)
Project:
Quant
Version:
7.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2013 at 06:48 UTC
Updated:
5 Aug 2013 at 00:31 UTC
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
Comment #1
bugzo commentedUPDATE: 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.
Comment #2
mstef commentedI'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.
Comment #3
Tobias Xy commentedI 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:
Maybe the same issue?
Comment #4
leducdubleuet commentedThe 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!
Comment #5
mstef commentedI committed the change. You're definitely right about that. You should never assume the module files are available during install/uninstall.