From cca7f2db1f58840d8c011eb717328c6134e2470f Mon Sep 17 00:00:00 2001 From: Jolien Trog Date: Wed, 23 Apr 2025 16:11:58 +0200 Subject: [PATCH] about/index.php: Add message if database connection fail --- application/views/scripts/about/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): ?>