From c3db5280404b7cece73ae7474b9c77e249b97205 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 10 Oct 2014 14:51:13 +0200 Subject: [PATCH] Added more help messages for the user in the step 2. Ticket #1438 --- pandora_console/install.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pandora_console/install.php b/pandora_console/install.php index 2a7d4e0280..9677c396f7 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -557,13 +557,20 @@ function install_step2() { check_extension("mysql", "PHP MySQL extension"); check_extension("pgsql", "PHP PostgreSQL extension"); check_extension("oci8", "PHP Oracle extension"); - echo ""; + echo ""; + if ($res > 0) { echo "
You have some incomplete dependencies. Please correct them or this installer will not be able to finish your installation.
+
+ Remember, if you install any PHP module to comply + with these dependences, you need to restart + your HTTP/Apache server after it to use the new + modules. +
Ignore it. Force install Step #3
"; @@ -572,9 +579,8 @@ function install_step2() { else { echo ""; echo "
-
-"; - + +
"; } echo "