From 65e28bc678b1d9fc0b6af4cb848cfde338b2f01c Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 11 Jan 2009 23:08:23 +0000 Subject: Moving slowly forward on the batch installer. It now connects to the database and checks that the supplied database is defined. --- installer/views/installer.txt.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'installer/views') diff --git a/installer/views/installer.txt.php b/installer/views/installer.txt.php index 89af28d4..986b9297 100644 --- a/installer/views/installer.txt.php +++ b/installer/views/installer.txt.php @@ -42,4 +42,10 @@ foreach (self::$messages as $section) { } echo "+", str_repeat("-", 98), "+\n"; + +if (self::$config_errors) { + printf("| %-96.96s |\n", magenta_start() . + "Please fix the identified issues before attempting the install" . color_end()); + echo "+", str_repeat("-", 98), "+\n"; +} flush(); \ No newline at end of file -- cgit v1.2.3