2015-08-31 12:55:16 +08:00
|
|
|
<h2>Hold Up!</h2>
|
|
|
|
|
2018-12-14 03:19:13 +08:00
|
|
|
<p>These errors must be resolved before you can continue the installation. If you're having trouble, get help on the <a href="https://flarum.org/docs/install.html" target="_blank">Flarum website</a>.</p>
|
2015-08-31 12:55:16 +08:00
|
|
|
|
|
|
|
<div class="Errors">
|
|
|
|
<?php foreach ($errors as $error): ?>
|
|
|
|
<div class="Error">
|
|
|
|
<h3 class="Error-message"><?php echo $error['message']; ?></h3>
|
|
|
|
<?php if (! empty($error['detail'])): ?>
|
|
|
|
<p class="Error-detail"><?php echo $error['detail']; ?></p>
|
|
|
|
<?php endif; ?>
|
|
|
|
</div>
|
|
|
|
<?php endforeach; ?>
|
|
|
|
</div>
|