Moodle stop collecting logs since 10-April

Moodle stop collecting logs since 10-April

by monali mavani -
Number of replies: 3

Hi

In moodle (1.9.4) logs are not collected since )! th april 2010.This site was install in June 2009.Log reports are noy showing anu report from 10 th April onwards.Even live logs also not showing any record(i.e "dislaying 0 records" message is coming.

Can anyone help me on this its is urgent?  

Average of ratings: -
In reply to monali mavani

Re: Moodle stop collecting logs since 10-April

by Jonathan Tepper -

This is happening to us as well, it was working fine and for the last week the logs are showing "displaying 0 records".  We are using 1.9.8.  If I find a fix I will post it here.

In reply to Jonathan Tepper

Re: Moodle stop collecting logs since 10-April

by Mario Santonastaso -

Individual Moodle tables may be repaired using MySQL Admin/PHPMyAdmin as follows:

  1. In the databases section, select the Moodle database.
  2. Click the SQL tab, then in the "Run SQL query/queries on database moodle" field type REPAIR TABLE mdl_tablename
  3. Click the Go button.

For example, to repair the Moodle log tables, type REPAIR TABLE mdl_log