ProcessWire
ProcessWire copied to clipboard
Notice when uninstalling System Notifications
Notice: Undefined index: FieldtypeNotifications in /Users/ajones/Sites/pwtest/wire/core/Modules.php on line 1531
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.
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!
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 :)
I can remember having issues with that as well.