Hello all,
I have been working with external database authentication for a short while now, and have run into a slight problem. I am able to log in as a user who is in the external database and everything works just fine. However, when I run the sync_users.php I get an error inserting new users.
I have snipped an output of the sync_users.php script with the '-v' option on. I have blotted out the users' last names. The two Kim's aren't duplicates. It seems that it updates current database users just fine, but inserting new ones that haven't logged in doesn't work.
I am running Moodle 2.6.3 with PHP 5.3.3, the external database is MySQL v5.5.36
My question is two-fold, has anyone else experienced this and have you fixed it? If not, is there another log file I can look into for finding more information about these errors? Thanks all!