diff --git a/setup/upgrade.php b/setup/upgrade.php index 81ffcca..8dc026a 100644 --- a/setup/upgrade.php +++ b/setup/upgrade.php @@ -161,7 +161,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); }