Health center: Difference between revisions

From MoodleDocs

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

(Redirected page to Admin tools)
 
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#Redirect [[Admin tools]]
{{Admin tools}}
 
{{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:
 
* 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
 
[[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