You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the "warmup" process from your symfony bundle project, then the cache can be written by another user.
Since you don't use the "file_mode" config in the CachePathManager, there is no way to handle it.
Maybe instead of doing that : mkdir($this->cacheDir, 0770); you could use directly the file_mode option from the config ?
The text was updated successfully, but these errors were encountered:
Hi,
If you use the "warmup" process from your symfony bundle project, then the cache can be written by another user.
Since you don't use the "file_mode" config in the CachePathManager, there is no way to handle it.
Maybe instead of doing that : mkdir($this->cacheDir, 0770); you could use directly the file_mode option from the config ?
The text was updated successfully, but these errors were encountered: