summaryrefslogtreecommitdiff
path: root/installer/views/invalid_db_info.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-20 04:56:10 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-20 04:56:10 +0000
commit8384cac5e3f300c5ca13b0bf5a9c689c0b4202e9 (patch)
tree621cdf40f2ab8fb02bb115c3078d62825e17de21 /installer/views/invalid_db_info.html.php
parent0c6b36b086db5dfaa7c0e778296a36104fc2468d (diff)
Deal gracefully with bad mysql connection and database information.
Diffstat (limited to 'installer/views/invalid_db_info.html.php')
-rw-r--r--installer/views/invalid_db_info.html.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/installer/views/invalid_db_info.html.php b/installer/views/invalid_db_info.html.php
new file mode 100644
index 00000000..242a28a5
--- /dev/null
+++ b/installer/views/invalid_db_info.html.php
@@ -0,0 +1,6 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<h1> Uh oh! </h1>
+<p class="error">
+ We were unable to connect to your MySQL server with the username and
+ password that you provided. Please go back and try again!
+</p>