diff --git a/setup/upgrade.php b/setup/upgrade.php index c711ae2..ff7ece1 100644 --- a/setup/upgrade.php +++ b/setup/upgrade.php @@ -162,7 +162,7 @@ if (PEAR::isError($loggingSupport)) { } if (PEAR::isError($dbSupport)) { - print '

Database support is not currently working. Check post-installation checkup.

'; + print '

Database support is not currently working. Check post-installation checkup or refresh this page (F5) to try again.

'; exit(1); }