Authentication plugin {$a} not found (Moodle 3.3+Eguru theme)

Re: Authentication plugin {$a} not found (Moodle 3.3+Eguru theme)

by Emma Richardson -
Number of replies: 2
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

I would recommend reinstalling a fresh version of Moodle code without your customizations.  It is impossible to know what you have done but something has obviously broken here!

You can use user profile fields to add additional profile fields without hacking the code.  I would suggest trying that...you can't just add files that worked in a previous version and expect them to work in a new version.

In reply to Emma Richardson

Re: Authentication plugin {$a} not found (Moodle 3.3+Eguru theme)

by Schwann Chan -

Hi Emma,

Thank you for your reply. The problem still exists even though I reinstall the Moodle website. Since the server doesn't require authentication, I disable SMTP authentication in moodle_phpmailer.php and set “smtpauthtype” value NULL in “mdl.config” table.

moodle_phpmailer.php

mdl_config table

However, I still receive the error message:

error message

I have no idea how to handle this issue. 

Schwann