This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/installer/views/missing_db.html.php

14 lines
480 B
PHP
Raw Normal View History

2013-04-04 09:26:00 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
<h1> Can't find that database! </h1>
<p class="error">
We were able to connect to your MySQL server, yay! But the database
name you gave us doesn't exist and we don't have permissions to
create it for you. Please create the database manually, then go
back and try again.
</p>
<p>
If you're having trouble creating the database, please contact your
web host or system administrator for assistance.
</p>