ProcessWire icon indicating copy to clipboard operation
ProcessWire copied to clipboard

Notice when uninstalling System Notifications

Open adrianbj opened this issue 9 years ago • 4 comments

Notice: Undefined index: FieldtypeNotifications in /Users/ajones/Sites/pwtest/wire/core/Modules.php on line 1531

adrianbj avatar Mar 02 '16 00:03 adrianbj

Just to confirm, this is when "un-installing"? The line mentioned maps into the Modules::install() method, not the uninstall method, so wanted to double check.

ryancramerdesign avatar Mar 02 '16 14:03 ryancramerdesign

I was pretty sure it was during uninstall. I came across it twice last night, but can't reproduce it this morning :)

I'll keep an eye out!

adrianbj avatar Mar 02 '16 15:03 adrianbj

I just went to uninstall Notifications again on a different install and it was a nightmare - the notifications field added to the user template is system/permanent. Even unchecking doesn't work I think because the background polling process seems to reset their flags. I ended up having the delete all the module files and removing all the relevant DB entries to finally kill it :)

adrianbj avatar Aug 31 '16 22:08 adrianbj

I can remember having issues with that as well.

LostKobrakai avatar Sep 01 '16 06:09 LostKobrakai