Commit 3ca382c094323aa39df88baae831b0eabd8ee03e
1 parent
bd568c04
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/branches/3.5.3-Branch@8497 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
setup/upgrade.php
| @@ -162,7 +162,7 @@ if (PEAR::isError($loggingSupport)) { | @@ -162,7 +162,7 @@ if (PEAR::isError($loggingSupport)) { | ||
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | if (PEAR::isError($dbSupport)) { | 164 | if (PEAR::isError($dbSupport)) { |
| 165 | - print '<p><font color="red">Database support is not currently working. Check post-installation checkup.</font></p>'; | 165 | + 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>'; |
| 166 | exit(1); | 166 | exit(1); |
| 167 | } | 167 | } |
| 168 | 168 |