Commit 11cac3725e9eccbadf474174233f2ba3a8687082

Authored by kevin_fourie
1 parent 11b85976

Merged in from DEV trunk...

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


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8499 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
setup/upgrade.php
@@ -161,7 +161,7 @@ if (PEAR::isError($loggingSupport)) { @@ -161,7 +161,7 @@ if (PEAR::isError($loggingSupport)) {
161 } 161 }
162 162
163 if (PEAR::isError($dbSupport)) { 163 if (PEAR::isError($dbSupport)) {
164 - print '<p><font color="red">Database support is not currently working. Check post-installation checkup.</font></p>'; 164 + print '<p><font color="red">Database support is not currently working. Check post-installation checkup or refresh this page (F5) to try again.</font></p>';
165 exit(1); 165 exit(1);
166 } 166 }
167 167