Administration FAQ: Różnice pomiędzy wersjami

Z MoodleDocs
Skocz do:nawigacja, szukaj
(no logs found, see also, external links)
 
(Users are being unenrolled for no apparent reason)
Linia 1: Linia 1:
=== Users are being unenrolled for no apparent reason ===
Unenrolment may be controlled by the following:
*The ''longtimenosee'' variable in Administration >> Configuration >> [[admin/config|Variables]] which specifies the time limit for which, if students haven't logged in, they are unenrolled from courses.
*The ''Enrolment duration'' in the [[course/edit|Course settings]] which unenrols students after the specified time has elapsed.
===My log table has disappeared - No logs found!===
===My log table has disappeared - No logs found!===
The most likely cause is that the mdl_log table has become corrupted. It may be repaired using MySQL Admin as follows:
The most likely cause is that the mdl_log table has become corrupted. It may be repaired using MySQL Admin as follows:

Wersja z 20:51, 28 lis 2005

Users are being unenrolled for no apparent reason

Unenrolment may be controlled by the following:

  • The longtimenosee variable in Administration >> Configuration >> Variables which specifies the time limit for which, if students haven't logged in, they are unenrolled from courses.
  • The Enrolment duration in the Course settings which unenrols students after the specified time has elapsed.

My log table has disappeared - No logs found!

The most likely cause is that the mdl_log table has become corrupted. It may be repaired using MySQL Admin as follows:

Click the SQL tab, then in the "Run SQL query/queries on database moodle" field type REPAIR TABLE mdl_log and click the Go button.

See also

External links