XF 2.3 Problems on sending emails after upgrade to 2.3

Hareon

Active member
ErrorException: [E_WARNING] Undefined property: Jack\emailLog\XF\Mail\Mail::$message in src/addons/Jack/emailLog/XF/Mail/Mail.php at line 14
  1. XF::handlePhpError() in src/addons/Jack/emailLog/XF/Mail/Mail.php at line 14
  2. Jack\emailLog\XF\Mail\Mail->setContent() in src/XF/Mail/Mail.php at line 427
  3. XF\Mail\Mail->renderTemplate() in src/XF/Mail/Mail.php at line 492
  4. XF\Mail\Mail->getSendableEmail() in src/XF/Mail/Mail.php at line 568
  5. XF\Mail\Mail->send() in src/XF/Service/User/AbstractConfirmationService.php at line 89
  6. XF\Service\User\AbstractConfirmationService->sendConfirmationEmail() in src/XF/Service/User/AbstractConfirmationService.php at line 67
  7. XF\Service\User\AbstractConfirmationService->triggerConfirmation() in src/XF/ControllerPlugin/EmailConfirmationPlugin.php at line 49
  8. XF\ControllerPlugin\EmailConfirmationPlugin->actionResend() in src/XF/Admin/Controller/UserController.php at line 728
  9. XF\Admin\Controller\UserController->actionResendConfirmation() in src/XF/Mvc/Dispatcher.php at line 362
  10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
  11. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
  12. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
  13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2777
  14. XF\App->run() in src/XF.php at line 798
  15. XF::runApp() in admin.php at line 15
What is happening here? I don't understand. Users cant receive e-mail I think.
 
ErrorException: [E_WARNING] Undefined property: Jack\emailLog\XF\Mail\Mail::$message in src/addons/Jack/emailLog/XF/Mail/Mail.php at line 14
  1. XF::handlePhpError() in src/addons/Jack/emailLog/XF/Mail/Mail.php at line 14
  2. Jack\emailLog\XF\Mail\Mail->setContent() in src/XF/Mail/Mail.php at line 427
  3. XF\Mail\Mail->renderTemplate() in src/XF/Mail/Mail.php at line 492
  4. XF\Mail\Mail->getSendableEmail() in src/XF/Mail/Mail.php at line 568
  5. XF\Mail\Mail->send() in src/XF/Service/User/AbstractConfirmationService.php at line 89
  6. XF\Service\User\AbstractConfirmationService->sendConfirmationEmail() in src/XF/Service/User/AbstractConfirmationService.php at line 67
  7. XF\Service\User\AbstractConfirmationService->triggerConfirmation() in src/XF/ControllerPlugin/EmailConfirmationPlugin.php at line 49
  8. XF\ControllerPlugin\EmailConfirmationPlugin->actionResend() in src/XF/Admin/Controller/UserController.php at line 728
  9. XF\Admin\Controller\UserController->actionResendConfirmation() in src/XF/Mvc/Dispatcher.php at line 362
  10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
  11. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
  12. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
  13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2777
  14. XF\App->run() in src/XF.php at line 798
  15. XF::runApp() in admin.php at line 15
What is happening here? I don't understand. Users cant receive e-mail I think.
You have an addon EmailLog that is not compatible with the current version of XF
 
It's unfortunate that your forum was upgraded without verifying the compatibility of the add-ons in use.
You could have completely broken your forum...
Yes. This type of addon is very important for monitoring registrations on the forum, in addition to showing me if someone had difficulty registering. All because I leave a welcome email active.

When there is a confirmation email and then a welcome email, I know that the user registered by entering and confirming their email.

When there is a direct welcome email without confirmation, it means that they registered through the connected accounts system.

This way, I can track when someone had a problem sending an email or registering.

Honestly... it's a function that Xenforo should have. Unfortunately I'm going to be without the addon for a while because it's not native.
 
Back
Top Bottom