summaryrefslogtreecommitdiff
path: root/installer/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-08-30 13:43:29 -0700
committerBharat Mediratta <bharat@menalto.com>2009-08-30 13:43:29 -0700
commitfd954fe86e2852c245dd599f9476fdf8ea3642e4 (patch)
tree5c8a91d7889f5e982eb23aaa1735ad7277a9f4ed /installer/views
parentaf6bfa3c71ccc2d45d3029c96f934a7ecd2c2143 (diff)
Print out the version of MySQL that we found along with our error
message, which should resolve http://gallery.menalto.com/node/90646
Diffstat (limited to 'installer/views')
-rw-r--r--installer/views/invalid_db_version.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/views/invalid_db_version.html.php b/installer/views/invalid_db_version.html.php
index 8776ac35..5b021ba2 100644
--- a/installer/views/invalid_db_version.html.php
+++ b/installer/views/invalid_db_version.html.php
@@ -1,5 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<h1> Uh oh! </h1>
<p class="error">
- The MySql database that you are referencing is less than the minimum version of 5.0.0.
+ Gallery requires at least MySQL version 5.0.0. You're using version <?= installer::mysql_version($config) ?>
</p>