Upgrade/Migration from 2.5 to 2.92 - Email Notifications

Upgrade/Migration from 2.5 to 2.92 - Email Notifications

by Steve Hyland -
Number of replies: 4

HI Guys,

I am testing a moodle upgrade from 2.5 to 2.92 and I have it on a shared server and I can't figure out how to fix my email notification messaging..

Right now I get the following notice (when I turn on debugging):


Error calling message processor email
  • line 127 of /lib/classes/message/manager.php: call to debugging()
  • line 88 of /lib/classes/message/manager.php: call to core\message\manager::send_message_to_processors()
  • line 229 of /lib/messagelib.php: call to core\message\manager::send_message()
  • line 4906 of /mod/assign/locallib.php: call to message_send()
  • line 4935 of /mod/assign/locallib.php: call to assign::send_assignment_notification()
  • line 4988 of /mod/assign/locallib.php: call to assign->send_notification()
  • line 5891 of /mod/assign/locallib.php: call to assign->notify_student_submission_receipt()
  • line 5928 of /mod/assign/locallib.php: call to assign->save_submission()
  • line 404 of /mod/assign/locallib.php: call to assign->process_save_submission()
  • line 53 of /mod/assign/view.php: call to assign->view()
Error calling message processor email
  • line 127 of /lib/classes/message/manager.php: call to debugging()
  • line 88 of /lib/classes/message/manager.php: call to core\message\manager::send_message_to_processors()
  • line 229 of /lib/messagelib.php: call to core\message\manager::send_message()
  • line 4906 of /mod/assign/locallib.php: call to message_send()
  • line 4935 of /mod/assign/locallib.php: call to assign::send_assignment_notification()
  • line 5028 of /mod/assign/locallib.php: call to assign->send_notification()
  • line 5892 of /mod/assign/locallib.php: call to assign->notify_graders()
  • line 5928 of /mod/assign/locallib.php: call to assign->save_submission()
  • line 404 of /mod/assign/locallib.php: call to assign->process_save_submission()
  • line 53 of /mod/assign/view.php: call to assign->view()

Can any help me out with this?

Average of ratings: -
In reply to Steve Hyland

Re: Upgrade/Migration from 2.5 to 2.92 - Email Notifications

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

What are your current mail settings and what have you done to try to sort it?

The easiest way to run mail is to point Moodle at a working SMTP server...


https://docs.moodle.org/29/en/Messaging_settings#Email_settings

In reply to Howard Miller

Re: Upgrade/Migration from 2.5 to 2.92 - Email Notifications

by Steve Hyland -

I have tried that and am working with my hosting provider...

Is there an email address that moodle is connected to?

Is it the admin's email?

In reply to Howard Miller

Re: Upgrade/Migration from 2.5 to 2.92 - Email Notifications

by Steve Hyland -

In terms of my current mail settings.

I have tried to leave it blank, that didn't work.

And I have tried to update the information in the SMTP server plugin page under "Emails"...

I keep getting those same lines from above...