summaryrefslogtreecommitdiff
path: root/templates/install_database.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-12-26 12:24:22 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-12-26 12:24:22 +0000
commit040528e91e58d8383bf0783a701bc0f7cb4c0566 (patch)
treeefeef2294a169dd81ac500fbe93892070a74c3c5 /templates/install_database.tpl
parenta2bee8605f329664b9d6f6ff41b65194d0c6b860 (diff)
downloadinstall-040528e91e58d8383bf0783a701bc0f7cb4c0566.tar.gz
install-040528e91e58d8383bf0783a701bc0f7cb4c0566.tar.bz2
install-040528e91e58d8383bf0783a701bc0f7cb4c0566.zip
merge recent changes into HEAD
Diffstat (limited to 'templates/install_database.tpl')
-rw-r--r--templates/install_database.tpl11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/install_database.tpl b/templates/install_database.tpl
index b4b1120..6401717 100644
--- a/templates/install_database.tpl
+++ b/templates/install_database.tpl
@@ -15,7 +15,16 @@
{elseif $error}
<li class="error">
{biticon ipackage=liberty iname=error iexplain=error}
- Database connection could not be established.
+ <p>Database connection could not be established.</p>
+
+ {if $errorMsg}
+ <p>
+ The returned error message is:
+ <br />
+ <strong>{$errorMsg}</strong>
+ </p>
+ {/if}
+
<ul>
<li>Perhaps your database is not available</li>
<li>or the server cannot connect to it</li>