Error when registering in private hub - The mailing list not configured?

Re: Error when registering in private hub - The mailing list not configured?

by François Moreau -
Number of replies: 2
Picture of Core developers

Thanks for the heads up. I'm having the same issue.

I'm starting to wonder if the current version of Moodle Hub requires subscription to Sendy (a paid private service). It's not mentioned in the documentation so I'm hoping I'm wrong. Can someone correct me?

I successfully adjusted the code for the sake of trying out the plugin. If you want to do the same, comment out the line 204 of "/lib.php" like so:

    //update_sendy_list($site);

This will skip updating the remote Sendy list when adding a site to the hub. I'm in no way familiar with this plugin, so obviously I don't recommend doing this hack in a production environment. It's not a solution.

In reply to François Moreau

Re: Error when registering in private hub - The mailing list not configured?

by Innocent Hill -

where can I find this lib.php file tried to search in my Linux but couldn't find it

In reply to Innocent Hill

Re: Error when registering in private hub - The mailing list not configured?

by François Moreau -
Picture of Core developers
/path/to/moodle/local/hub/lib.php

The /path/to/moodle/ part is the folder where Moodle was installed on your server. /var/www/ might be a good place to look.