From 2aa3b6fb8d69ffb748c881c2c831ec3a2e8cc6fc Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Wed, 21 May 2008 17:29:49 +0000 Subject: [PATCH] KTC-478?"Error when upgrading from 3.4.6 to 3.5.2c."?Updated. Added F5 note to text as a temporary precaution.??Committed by: Kevin Fourie?Reviewed by: Conrad Vermeulen --- setup/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- libgit2 0.21.4