Hello everyone! This is the first time I’ve encountered a problem with config files not being processed and caches not being cleared. After updating the code from Git, we started having problems with caches not being cleared, then noticed that what we were writing in local_conf.php wasn’t working. We thought it was a permissions issue, checked everything, and corrected the permissions, but the issue still persists. Has anyone else encountered this issue?
Hi!
At the moment, it is difficult to determine the root cause because the issue is described in fairly general terms. To better understand the situation, please provide some clarification:
-
What exactly do you mean by “caches not being cleared”?
Are you referring to template cache, static cache, opcode cache (OPcache), or something else?
How are you verifying that the cache is not being cleared? -
What specific changes were made in local_conf.php, and what behavior did you expect as a result of those changes?
-
When you mention updating the code from Git, do you mean that the existing installation is connected to a Git repository and files were updated via
git pull?
From the application’s perspective, this is simply a file change, so it would be important to know whether any deployment steps were skipped (for example, cache clearing, running upgrade scripts, etc.).
Please provide concrete examples (exact changes made, expected behavior, actual behavior, and any error messages).