Commit 2aa3b6fb8d69ffb748c881c2c831ec3a2e8cc6fc
1 parent
b8f16bc1
KTC-478?"Error when upgrading from 3.4.6 to 3.5.2c."?Updated. Added F5 note to t…
…ext as a temporary precaution.??Committed by: Kevin Fourie?Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8496 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 | 162 | } |
| 163 | 163 | |
| 164 | 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 | 166 | exit(1); |
| 167 | 167 | } |
| 168 | 168 | ... | ... |