diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-24 22:12:37 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-24 22:12:37 +0000 |
commit | 76a8f36be1c7e85693c804f6b15832da21e78354 (patch) | |
tree | e48c7aaba14024082dd05a802eba50fb68772f68 | |
parent | 783847996863727b0ffe39d4e7e8f26a44fd9b4c (diff) | |
download | elgg-76a8f36be1c7e85693c804f6b15832da21e78354.tar.gz elgg-76a8f36be1c7e85693c804f6b15832da21e78354.tar.bz2 |
Closes #360: Will now install on 5.1.6 or greater with a warning, 5.2 with now warning.
git-svn-id: https://code.elgg.org/elgg/trunk@2127 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 7ad0285f4..33aa42f1c 100644 --- a/languages/en.php +++ b/languages/en.php @@ -148,7 +148,8 @@ 'ConfigurationException:BadDatabaseVersion' => "The database backend you have installed doesn't meet the basic requirements to run Elgg. Please consult your documentation.", 'ConfigurationException:BadPHPVersion' => "You need at least PHP version 5.2 to run Elgg.", - + 'configurationwarning:phpversion' => "Elgg requires at least PHP version 5.2, you can install it on 5.1.6 but some features may not work. Use at your own risk.", + 'InstallationException:DatarootNotWritable' => "Your data directory %s is not writable.", 'InstallationException:DatarootUnderPath' => "Your data directory %s must be outside of your install path.", |