From a5aa8c279fd1bf9eaf0ec4f9237d9089de591c1d Mon Sep 17 00:00:00 2001 From: odain-cbd <56586767+odain-cbd@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:40:55 +0200 Subject: [PATCH] fix broken cache warmup after setup (#974) * fix broken cache warmup after setup * clear all caches after setup --- setup/runtimeenv.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/runtimeenv.class.inc.php b/setup/runtimeenv.class.inc.php index a3046e6e79..1f2eddeb4f 100644 --- a/setup/runtimeenv.class.inc.php +++ b/setup/runtimeenv.class.inc.php @@ -933,6 +933,7 @@ class RunTimeEnvironment @chmod($sFinalConfig, 0440); // Read-only for owner and group, nothing for others SetupUtils::rrmdir(dirname($sBuildConfig)); // Cleanup the temporary build dir if empty + MetaModel::ResetAllCaches($this->sBuildEnv); MetaModel::ResetAllCaches($this->sFinalEnv); if (! isset($_SESSION)) {