diff --git a/setup.php b/setup.php index d7a1ee04..b07a757c 100644 --- a/setup.php +++ b/setup.php @@ -121,8 +121,8 @@ if ($file_config == 1) if($CONF['configured'] == TRUE) { print "
  • Checking \$CONF['configured'] - OK\n"; } else { - print "
  • Error: \$CONF['configured'] is 'false'.
    \n"; - print "Please edit your config.inc.php settings and then change it.
    \n"; + print "
  • Warning: \$CONF['configured'] is 'false'.
    \n"; + print "You must edit your config.inc.php and change this to true (this indicates you've created the database and user)
    \n"; } } } @@ -269,7 +269,8 @@ if ($error != 0) } else { - print "

    Everything seems fine... you are ready to rock & roll!

    \n"; + print "

    Everything seems fine... attempting to create/update database structure

    \n"; + require_once('upgrade.php'); $pAdminCreate_admin_username_text = $PALANG['pAdminCreate_admin_username_text']; $pAdminCreate_admin_password_text = "";