Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.7, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4
-
Fix Version/s: 2.0
-
Component/s: Administration, Language
-
Labels:None
-
Environment:1.6.4
-
Database:Any
-
Affected Branches:MOODLE_15_STABLE, MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
The moodle equivalent of the blue screen of death is the "for human consumption" lines from 132 in lib/setup.php
As moodle gets more content, more users the more students are seeing this page. Alas the page is displayed only in English.It would be nice to be able to display this most important of pages in other languages, perhaps all the site languages somehow. I am hacking my setup.php.
Really you need to fix the actual problem, which is that the database is down (not Moodle).
However, using the language packs for this message is still a good idea. I guess we could have an optional hardcoded setting in config.php to determine the language to use.