Note: You are currently viewing documentation for Moodle 2.6. Up-to-date documentation for the latest stable version of Moodle may be available here: Administration FAQ.

Administration FAQ: Difference between revisions

From MoodleDocs
(no logs found, see also, external links)
 
(Users are being unenrolled for no apparent reason)
Line 1: Line 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:

Revision as of 20:51, 28 November 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