I want to try reinstalling the notifications module. First I need to completely remove it. How?
Thanks!

Comments

MountainX’s picture

Here's how I did it:
mysql> delete from system where name like 'notifications%';
mysql> delete from variable where name like 'notifications%';

vm’s picture

Status: Active » Fixed

those should be removed when you use the uninstall tab in administer -> modules, prior to deleting the module from your modules folder

MountainX’s picture

there is no uninstall option for the notifications module as far as I can see. I looked for this before I took the manual approach.

vm’s picture

hmm 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.

Status: Fixed » Closed (fixed)

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