mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-18195 installer - improve CFG->dirroot error message
This commit is contained in:
parent
c454b86c64
commit
a4ac30c0e4
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ $string['cannotfindadmin'] = 'Could not find an admin user!';
|
|||
$string['codingerror'] = 'Coding error detected, it must be fixed by a programmer: $a';
|
||||
$string['configmoodle'] = 'Moodle has not been configured yet. You need to edit config.php first.';
|
||||
$string['erroroccur'] = 'An error has occurred during this process';
|
||||
$string['fixsetting'] = 'Please fix your settings in config.php: <p>You have:</p> <p>\$CFG->dirroot = \"$a->current\";</p> <p>but it should be:</p> <p>\$CFG->dirroot = \"$a->found\"</p>';
|
||||
$string['fixsetting'] = 'Please fix your settings in config.php: <p>You have:</p> <p>\$CFG->dirroot = \'$a->current\';</p> <p>but it should be:</p> <p>\$CFG->dirroot = \'$a->found\';</p>';
|
||||
$string['invalideventdata'] = 'Incorrect eventadata submitted: $a';
|
||||
$string['invalidarraysize'] = 'Incorrect size of arrays in params of $a';
|
||||
$string['missingconfigversion'] = 'Config table does not contain version, can not continue, sorry.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue