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

From MoodleDocs
Revision as of 07:56, 28 November 2005 by Helen (talk | contribs) (no logs found, see also, external links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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