aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-06-16 19:49:08 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-06-16 19:49:08 +0200
commitc555bd78dfa4465aa2e51552dce608b0691c6a75 (patch)
treecca27574e1df7938f8ee6630a4bad364d6f7def2 /phpBB/language/en/install.php
parenteafbaf4c3059a4932f5e74e1124388594aad6117 (diff)
parente6bdba7da1069c71e9b3c148266d0cd90b6cf1a4 (diff)
downloadforums-c555bd78dfa4465aa2e51552dce608b0691c6a75.tar
forums-c555bd78dfa4465aa2e51552dce608b0691c6a75.tar.gz
forums-c555bd78dfa4465aa2e51552dce608b0691c6a75.tar.bz2
forums-c555bd78dfa4465aa2e51552dce608b0691c6a75.tar.xz
forums-c555bd78dfa4465aa2e51552dce608b0691c6a75.zip
Merge pull request #4849 from rubencm/ticket/15243
[ticket/15243] Check permissions before installing with SQLite
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r--phpBB/language/en/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 1ee2fa525c..f7d9f58d43 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -199,6 +199,7 @@ $lang = array_merge($lang, array(
'INST_ERR_DB_NO_NAME' => 'No database name specified.',
'INST_ERR_DB_FORUM_PATH' => 'The database file specified is within your board directory tree. You should put this file in a non web-accessible location.',
'INST_ERR_DB_CONNECT' => 'Could not connect to the database, see error message below.',
+ 'INST_ERR_DB_NO_WRITABLE' => 'Both the database and the directory containing it must be writable.',
'INST_ERR_DB_NO_ERROR' => 'No error message given.',
'INST_ERR_PREFIX' => 'Tables with the specified prefix already exist, please choose an alternative.',
'INST_ERR_DB_NO_MYSQLI' => 'The version of MySQL installed on this machine is incompatible with the “MySQL with MySQLi Extension” option you have selected. Please try the “MySQL” option instead.',