We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff04a2e commit cca7f2dCopy full SHA for cca7f2d
application/views/scripts/about/index.phtml
@@ -102,7 +102,7 @@ use ipl\Web\Widget\StateBadge;
102
try {
103
$hasPending = $mm->hasPendingMigrations();
104
} catch (Throwable $e) {
105
- // suppress
+ throw new LogicException('Please check the database connection in Configuration -> Application -> Resources');
106
}
107
if ($hasPending): ?>
108
<div class="pending-migrations clearfix">
0 commit comments