diff --git a/application/views/scripts/about/index.phtml b/application/views/scripts/about/index.phtml index 373407d62..31d6863cc 100644 --- a/application/views/scripts/about/index.phtml +++ b/application/views/scripts/about/index.phtml @@ -102,7 +102,7 @@ use ipl\Web\Widget\StateBadge; try { $hasPending = $mm->hasPendingMigrations(); } catch (Throwable $e) { - // suppress + throw new LogicException('Please check the database connection in Configuration -> Application -> Resources'); } if ($hasPending): ?>