From 5d14cf20c7c05281684b2f2c8b5b21413424bced Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 27 Apr 2026 11:14:17 +0530 Subject: [PATCH] Improve homepage diagnostics info --- templates/Pages/home.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/templates/Pages/home.php b/templates/Pages/home.php index 0ba7df3a2..4b38d0f0e 100644 --- a/templates/Pages/home.php +++ b/templates/Pages/home.php @@ -155,9 +155,9 @@ -
  • The is being used for core caching. To change the config edit config/app.php
  • +
  • The engine is being used for translations caching. To change the config edit config/app.php
  • -
  • Your cache is NOT working. Please check the settings in config/app.php
  • +
  • Your translations cache is NOT working. Please check the settings in config/app.php
  • @@ -175,6 +175,13 @@
  • CakePHP is NOT able to connect to the database.
  • + + + +
  • The engine is being used for database schema caching. To change the config edit config/app.php
  • + +
  • Your database schema cache is NOT working. Please check the settings in config/app.php
  • +