xref: /webtrees/resources/views/errors/database-error.phtml (revision dc270d8cc5085ed29f3f419c99734ddd0960c624)
1<?php
2
3use Fisharebest\Webtrees\I18N;
4
5?>
6
7<p>
8    <?= I18N::translate('An unexpected database error occurred.') ?>
9</p>
10
11<pre>
12    <?= e($error) ?>
13</pre>
14
15<p>
16    <?= 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.') ?>
17</p>
18