BassMan
Well-known member
- Affected version
- XF 2.0 RC2
When I try to opt-out from email notifications (after clicking the link in email) I get this in front view and also in ACP as server error:
InvalidArgumentException: Unknown notify type 'no_email' in src/XF/Repository/ForumWatch.php at line 56
InvalidArgumentException: Unknown notify type 'no_email' in src/XF/Repository/ForumWatch.php at line 56
- XF\Repository\ForumWatch->setWatchState() in src/XF/EmailStop/Forum.php at line 39
- XF\EmailStop\Forum->stopOne() in src/XF/Service/User/EmailStop.php at line 190
- XF\Service\User\EmailStop->stopContent() in src/XF/Service/User/EmailStop.php at line 122
- XF\Service\User\EmailStop->stop() in src/XF/Pub/Controller/EmailStop.php at line 20
- XF\Pub\Controller\EmailStop->actionIndex() in src/XF/Mvc/Dispatcher.php at line 249
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1863
- XF\App->run() in src/XF.php at line 328
- XF::runApp() in index.php at line 13