2
Guys for about three days I’m trying to do a data synchronization of a school system with Moodle, but it’s pretty screwed up.
I have a school system on a linux server and Moodle installed on another server. In the school system server database a user has been created for viewing permission only of the views that will be imported to Moodle.
Configurations have already been made in "Administration of the site->plugins->authentication->use an external database" and also in "Administration of the site->plugins->registration->use an external database".
I’ve also run the script on the server: "/usr/bin/php /path/to/Moodle/admin/cli/cron.php"
I also checked this in the browser: "http://url.of.your/moodle/admin/cron.php"
Version of Moodle: 2.5.1
Server with Moodle installed: Ubuntu 12.04.5 LTS
Server with school system installed: Ubuntu 14.04.3 LTS
Someone there works with the Moodle who can give me a little help?
I’m actually a novice with the Moodle.