xref: /webtrees/resources/views/setup/step-6-failed.phtml (revision 84586c024c68dbfa3b15df636ed2b74037428442)
1<?php use Fisharebest\Webtrees\I18N; ?>
2
3<p>
4    <?= I18N::translate('An unexpected database error occurred.') ?>
5</p>
6
7<pre>
8    <?= $error ?>
9</pre>
10
11<p>
12    <?= I18N::translate('The webtrees developers would be very interested to learn about this error. If you contact them, they will help you resolve the problem.') ?>
13</p>
14