summaryrefslogtreecommitdiff
path: root/installer/views/environment_errors.html.php
blob: 7c31c1c27e134a2c723c66e9fdab09ab9f73f9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<h1> Whoa there! </h1>

<p class="error">
  There are some problems with your web hosting environment
  that need to be fixed before you can successfully install
  Gallery 3.
</p>

<ul>
  <?php foreach ($errors as $error): ?>
  <li>
    <?php print $error ?>
  </li>
  <?php endforeach ?>
</ul>

<p>
  <a href="index.php">Check again</a>
</p>