From 1f851e08ba9274fa524db6f75b2c2cc21ec4dcf2 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 19 Aug 2008 14:12:35 +0000 Subject: Refs #256: Basic installation parameters checked. Fixes #266: If the install flag isn't set then elgg_view will no longer attempt to load data from the database. git-svn-id: https://code.elgg.org/elgg/trunk@2016 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index e43d504b7..be1963046 100644 --- a/languages/en.php +++ b/languages/en.php @@ -144,7 +144,10 @@ 'InvalidParameterException:UnexpectedReturnFormat' => "Call to method '%s' returned an unexpected result.", 'CallException:NotRPCCall' => "Call does not appear to be a valid XML-RPC call", - 'PluginException:NoPluginName' => "The plugin name could not be found", + 'PluginException:NoPluginName' => "The plugin name could not be found", + + '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.", /** * User details -- cgit v1.2.3