Full sync of One Roster (enrol_oneroster\task\full_sync),enrol_oneroster\local\factories\entity_factory::fetch_user_by_id(): Argument #1 ($id) must be of type string, null given #18
Describe the bugenrollment\fetch_user_by_id() method, which is called when sync is processing enrollments, throws an exception for invalid argument type. A user reference used by the process must be an array but it seems that sometimes may be null.
Describe the bug
enrollment\fetch_user_by_id()
method, which is called when sync is processing enrollments, throws an exception for invalid argument type. A user reference used by the process must be an array but it seems that sometimes may be null.