-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
2.6.4
-
None
-
version 2.7.0 (2014050700)
-
MOODLE_26_STABLE
We are running Moodle 2.6.4 (Build: 20140714) with the LMB plugin version 2.7.0 (2014050700). We are using the XML method to process the enrollments.
The issue is that some students are not correctly dropped from the class even though they are no longer in the XML file. We have the option enabled for "Treat the banner xml folder as comprehensive".
This issue has existed for a long time now but I had a work around that would clean these users up. This work around is no longer working. The work around was to log into the mysql db and run the script "update mdl_enrol_lmb_enrolments set succeeded=0 where status=0 and term="<current term>";" and then go to the LMB plugin -> Tools -> Reprocess Enrollments and finally select the term. Unfortunately, the problem users still remain.