mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 09:43:51 -04:00
Print out the version of MySQL that we found along with our error
message, which should resolve http://gallery.menalto.com/node/90646
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user