michael-milette / moodle-local_mailtest

Moodle MailTest allows administrators to test Moodle's email system. A trace of the SMTP dialogue will be displayed if the email message cannot be sent for any reason. For premium support, contact us at https://www.tngconsulting.ca/contact
https://moodle.org/plugins/local_mailtest
GNU General Public License v3.0
19 stars 12 forks source link

Error in Moodle 2.4 to 3.9: Missing divertallemails string #27

Closed michael-milette closed 2 years ago

michael-milette commented 2 years ago

Invalid get_string() identifier: 'divertallemails' or component 'local_mailtest'. Perhaps you are missing $string['divertallemails'] = ''; in /local/mailtest/lang/en/local_mailtest.php? line 353 of /lib/classes/string_manager_standard.php: call to debugging() line 7401 of /lib/moodlelib.php: call to core_string_manager_standard->get_string() line 144 of /local/mailtest/classes/mailtest_form.php: call to get_string() line 214 of /lib/formslib.php: call to mailtest_form->definition() line 84 of /local/mailtest/index.php: call to moodleform->__construct()

michael-milette commented 2 years ago

Fixed in #29