xref: /webtrees/resources/views/errors/database-error.phtml (revision e3c147d0d53873311b7c137c41b4439e01d4189e)
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