From 22ee0127205da3470c97222e6ae0f1f13c86b074 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 9 Jan 2009 18:33:48 +0000 Subject: Stage 1 of the installer. basically check that we can start as far as Kohana correctly --- installer/views/installer.html.php | 48 +++++++++++++++ installer/views/installer.txt.2.php | 119 ++++++++++++++++++++++++++++++++++++ installer/views/installer.txt.php | 44 +++++++++++++ 3 files changed, 211 insertions(+) create mode 100644 installer/views/installer.html.php create mode 100644 installer/views/installer.txt.2.php create mode 100644 installer/views/installer.txt.php (limited to 'installer/views') diff --git a/installer/views/installer.html.php b/installer/views/installer.html.php new file mode 100644 index 00000000..fef71834 --- /dev/null +++ b/installer/views/installer.html.php @@ -0,0 +1,48 @@ + + + + + + + + Gallery3 Requirements Verification + + + + + +

Environment Tests

+ +

The following tests have been run to determine if Gallery3 will work in your environment. If any of the tests have failed, consult the + documentation for more information on how to correct the problem.

+ +
+ + + $msg): ?> + + + + + + +
"> + +
+
+ + \ No newline at end of file diff --git a/installer/views/installer.txt.2.php b/installer/views/installer.txt.2.php new file mode 100644 index 00000000..b40373c0 --- /dev/null +++ b/installer/views/installer.txt.2.php @@ -0,0 +1,119 @@ +PHP Version // // + // // // + // // // + // // // + // // // + // Gallery3 requires PHP 5.2 or newer, this version is . // // + // // // + // // // + // // // + // System Directory // // + // // // + // // // + // // // + // The configured system directory does not exist or does not contain required files. // // + // // // + // // // + // // // + // Application Directory // // + // // // + // // // + // // // + // The configured application directory does not exist or does not contain required files. // // + // // // + // // // + // // // + // Modules Directory // // + // // // + // // // + // // // + // The configured modules directory does not exist or does not contain required files. // // + // // // + // // // + // // // + // PCRE UTF-8 // // + // // // + // PCRE has not been compiled with UTF-8 support. // // + // // // + // PCRE has not been compiled with Unicode property support. // // + // // // + // Pass // // + // // // + // // // + // // // + // Reflection Enabled // // + // // // + // Pass // // + // // // + // PHP reflection is either not loaded or not compiled in. // // + // // // + // // // + // // // + // Filters Enabled // // + // // // + // Pass // // + // // // + // The filter extension is either not loaded or not compiled in. // // + // // // + // // // + // // // + // Iconv Extension Loaded // // + // // // + // Pass // // + // // // + // The iconv extension is not loaded. // // + // // // + // // // + // // // + // // // + // Mbstring Not Overloaded // // + // // // + // Pass // // + // // // + // The mbstring extension is overloading PHP's native string functions. // // + // // // + // // // + // // // + // URI Determination // // + // // // + // Pass // // + // // // + // Neither $_SERVER['REQUEST_URI'] or $_SERVER['PHP_SELF'] is available. // // + // // // + // // // + // // // + // PHP Short Tags // // + // // // + // Pass // // + // // // + // Gallery3 needs php short tags enabled. // // + // // // + // // // + ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + diff --git a/installer/views/installer.txt.php b/installer/views/installer.txt.php new file mode 100644 index 00000000..5c98752f --- /dev/null +++ b/installer/views/installer.txt.php @@ -0,0 +1,44 @@ + $msg) { + print_msg($header, $msg["text"], $msg["error"]); +} + +echo "+", str_repeat("-", 98), "+\n"; +flush(); \ No newline at end of file -- cgit v1.2.3