aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-13 11:36:45 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-13 11:36:45 +0000
commitb7ae3ac514a29bdbed70e26249b30f37cdab1ba0 (patch)
treec08b282f4b636f54749a737ec3f4519634e8c33b /engine/start.php
parentfa93ab959297316f6e42bd35d5ba1d5794f929f0 (diff)
downloadelgg-b7ae3ac514a29bdbed70e26249b30f37cdab1ba0.tar.gz
elgg-b7ae3ac514a29bdbed70e26249b30f37cdab1ba0.tar.bz2
A slightly better no-settings error. It's probably a good idea to eventually allow people to edit settings.php directly if they have the access defined.
git-svn-id: https://code.elgg.org/elgg/trunk@13 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php
index 54e3fecf5..81edfb905 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -67,8 +67,12 @@
register_error("Could not load {$file}");
}
- } // End portion for sanitised installs only
+ } else { // End portion for sanitised installs only
+ register_error("Once you've corrected any configuration issues, press reload to try again.");
+
+ }
+
// Trigger events
trigger_event('init', 'system');