xref: /webtrees/resources/views/setup/step-6-failed.phtml (revision dd6b2bfcc550270bb6d6778e11576148f71e4330)
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