Health center: Difference between revisions

From MoodleDocs

(Additional tools may be found elsewhere in the admin settings)

m (Tsala moved page admin/tool/health/index to Health center: to renamed to match the page name in Moodle)
No edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Admin tools}}
{{Admin tools}}
The health center is a tool for detecting miscellaneous problems on your site. There is no link to it from the administration block, however it may be accessed by browsing to the URL ''yourmoodlesite.com/admin/tool/health/''.
 
{{Note|The Health center tool has been removed from new installations of Moodle 4.x.}}
The code for the Health center tool is currently available from the [https://moodle.org/plugins/tool_health Plugins directory.]
 
Warning: The health center tool is no longer maintained. See comments in MDL-35212 for further details.


The current list of health checks is:
The current list of health checks is:
Line 14: Line 18:
* Multi-answer questions data consistency
* Multi-answer questions data consistency
* Only multi-answer and random questions should be the parent of another question
* Only multi-answer and random questions should be the parent of another question
* Question categories should belong to a valid context
* Question categories should belong to the same context as their parent
* Question categories tree structure
* Course categories tree structure
* Course categories tree structure
[[es:Centro de salud]]
[[de:Analyse der Serverumgebung]]

Latest revision as of 10:13, 14 November 2022


Note: The Health center tool has been removed from new installations of Moodle 4.x.

The code for the Health center tool is currently available from the Plugins directory.

Warning: The health center tool is no longer maintained. See comments in MDL-35212 for further details.

The current list of health checks is:

  • Extra characters at the end of config.php or other library function
  • $CFG->dataroot does not exist or does not have write permissions
  • cron.php is not set up to run automatically
  • PHP: session.auto_start is enabled
  • PHP: file_uploads is disabled
  • PHP: memory_limit cannot be controlled by Moodle
  • SQL: using account without password
  • Random questions data consistency
  • Multi-answer questions data consistency
  • Only multi-answer and random questions should be the parent of another question
  • Course categories tree structure