aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-06-26 21:05:49 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-06-26 21:05:49 +0000
commitb451ced10e0b94b90da03d8c1c2fc0eed07534ff (patch)
tree6154904560ec015d5a558798a8722c3831e472dd /phpBB/language
parentc47638293424af5ac79372fe84c3a01e9719d5aa (diff)
downloadforums-b451ced10e0b94b90da03d8c1c2fc0eed07534ff.tar
forums-b451ced10e0b94b90da03d8c1c2fc0eed07534ff.tar.gz
forums-b451ced10e0b94b90da03d8c1c2fc0eed07534ff.tar.bz2
forums-b451ced10e0b94b90da03d8c1c2fc0eed07534ff.tar.xz
forums-b451ced10e0b94b90da03d8c1c2fc0eed07534ff.zip
Try and protect against people trying to select an inappropriate DBAL
git-svn-id: file:///svn/phpbb/trunk@6128 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/en/install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 2844e7be79..4f168637df 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -149,6 +149,8 @@ $lang = array_merge($lang, array(
'INSTALL_TEST' => 'Test Again',
'INST_ERR_DB_CONNECT' => 'Could not connect to the database, see error message below',
'INST_ERR_DB_NO_ERROR' => 'No error message given',
+ 'INST_ERR_DB_NO_MYSQL4' => 'The version of MySQL installed on this machine is incompatible with the "MySQL 4.x/5.x" option you have selected. Please try the "MySQL 3.23.x/4.x" option instead.',
+ 'INST_ERR_DB_NO_MYSQLI' => 'The version of MySQL installed on this machine is incompatible with the "MySQL 4.1.x/5.x with MySQLi Extension" option you have selected. Please try the "MySQL 4.x/5.x" or "MySQL 3.23.x/4.x" option instead.',
'INST_ERR_DB_NO_NAME' => 'No database name specified',
'INST_ERR_EMAIL_INVALID' => 'The email address you entered is invalid',
'INST_ERR_EMAIL_MISMATCH' => 'The emails you entered did not match.',