From c7559da210c9dba080ff5de243240b3be7f2c857 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 12 Oct 2010 10:58:36 +0000 Subject: better handling of settings file issues during installation git-svn-id: http://code.elgg.org/elgg/trunk@7063 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/languages/en.php') diff --git a/install/languages/en.php b/install/languages/en.php index 049fd4ad4..455515b61 100644 --- a/install/languages/en.php +++ b/install/languages/en.php @@ -26,7 +26,7 @@ If you are ready to proceed, click the Next button.", 'install:require:php' => 'PHP', 'install:require:rewrite' => 'Web server', - 'install:require:engine' => 'Settings file', + 'install:require:settings' => 'Settings file', 'install:require:database' => 'Database', 'install:check:root' => 'Your web server does not have permission to create an .htaccess file in the root directory of Elgg. You have two choices: @@ -46,6 +46,7 @@ If you are ready to proceed, click the Next button.", 1. Change the permissions on the engine directory 2. Copy the file settings.example.php to settings.php and follow the instructions in it for setting your database parameters.', + 'install:check:readsettings' => 'A settings file exists in the engine directory, but the web server cannot read it. You can delete the file or change the read permissions on it.', 'install:check:php:success' => "Your server's PHP satisfies all of Elgg's requirements.", 'install:check:rewrite:success' => 'The test of the rewrite rules was successful.', -- cgit v1.2.3