Closed (fixed)
Project:
Notifications
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 May 2009 at 01:18 UTC
Updated:
8 Jun 2009 at 03:50 UTC
I want to try reinstalling the notifications module. First I need to completely remove it. How?
Thanks!
Comments
Comment #1
MountainX commentedHere's how I did it:
mysql> delete from system where name like 'notifications%';
mysql> delete from variable where name like 'notifications%';
Comment #2
vm commentedthose should be removed when you use the uninstall tab in administer -> modules, prior to deleting the module from your modules folder
Comment #3
MountainX commentedthere is no uninstall option for the notifications module as far as I can see. I looked for this before I took the manual approach.
Comment #4
vm commentedhmm a look at hook_uninstall in the .install module may prove fruitful.
that hook should be being called when the module is available to be uninstalled from the uninstall tab, if I understand correctly.