mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Installer now checks that MySQL extension is present - see bug 1982
This commit is contained in:
parent
8c3dba735b
commit
fe51520688
2 changed files with 28 additions and 17 deletions
|
@ -110,6 +110,7 @@ $string['memorylimithelp'] = "
|
|||
<p>However, on some servers this will prevent <b>all</b> PHP pages from working
|
||||
(you will see errors when you look at pages) so you'll have to remove the .htaccess file.
|
||||
</ol>";
|
||||
$string['mysqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL. Please check your php.ini file or recompile PHP.';
|
||||
$string['pass'] = 'Pass';
|
||||
$string['phpversion'] = 'PHP version';
|
||||
$string['phpversionerror'] = 'PHP version must be at least 4.1.0';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue