Hi all,
I just realized there are no statistics available on our moodle 4.2.1 website. All I get is "Sorry, there is no available data to display" and a link to
the docs. This is true for the site statictics (
/report/stats/index.php) as well as for the individual course statictics (
/report/stats/index.php?course=<id>).
This is what I checked:
- Statistics have been enabled since yesterday (enablestats on admin/settings.php?section=optionalsubsystems).
- All options are set to default (statsfirstrun, statsmaxruntime, statsruntimedays, and statsuserthreshold on admin/settings.php?section=stats).
- The job "Background processing for statistics" (\core\task\stats_cron_task) ran at midnight for 35 seconds (success; 59 reads; 16s writes). I also ran it manually two hours ago from /admin/tool/task/scheduledtasks.php (success; 0 reads; 4 writes).
The
docs mention a potential problem with missing files in the
moodle/mod folder. I'm not sure what "If you find any, they should be deleted" means exactly. I don't see any messages about missing files in the browser window, however.
There are log entries for each course going back several months. The cronjob should generate statistics from these entries, right?
Thanks
Oliver