1d70512abSGreg Roach<?php 2d70512abSGreg Roach 3*10e06497SGreg Roachdeclare(strict_types=1); 4*10e06497SGreg Roach 5d70512abSGreg Roachuse Fisharebest\Webtrees\I18N; 6d70512abSGreg Roach 77c2c99faSGreg Roach/** 87c2c99faSGreg Roach * @var string $error 97c2c99faSGreg Roach */ 107c2c99faSGreg Roach 11d70512abSGreg Roach?> 12dd6b2bfcSGreg Roach 13dd6b2bfcSGreg Roach<p> 14dd6b2bfcSGreg Roach <?= I18N::translate('An unexpected database error occurred.') ?> 15dd6b2bfcSGreg Roach</p> 16dd6b2bfcSGreg Roach 17dd6b2bfcSGreg Roach<pre> 18dd6b2bfcSGreg Roach <?= e($error) ?> 19dd6b2bfcSGreg Roach</pre> 20dd6b2bfcSGreg Roach 21dd6b2bfcSGreg Roach<p> 22dd6b2bfcSGreg Roach <?= 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.') ?> 23dd6b2bfcSGreg Roach</p> 24