Enrolled students suddenly disappeared

Re: Enrolled students suddenly disappeared

by Tomm Tomsen -
Number of replies: 1
Hi,

we have a big problem with this. Suddenly enrolled students disappear or are in the wrong course.

i have no uncommented in the source code the functions which can change this settings.
I don't know what happens ...

We are using moodle 1.4.4

Any ideas
In reply to Tomm Tomsen

Re: Enrolled students suddenly disappeared

by dante victoria -
Hi Tomm,

I guess the mdl_user_students table got corrupted. kindly check if your mdl_user_students.myi (the index file) file is still there. According to MySql reference site, the table can be rebuilt as long as the *.myd is still intact.

I tried the 'myisamchk -r -q mdl_user_students' command and I was able to restore my table. Now, my enrolled students are back in their respective courses.  I don't know if this will work in your case.

dante