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
From time to time the permissions on log/cache changed to root
drwxr-xr-x 3 root root 96 Feb 1 08:38 cache
drwxr-xr-x 2 root root 64 Feb 1 08:38 log
If that happens running tests as example gives a RuntimeException
RuntimeException: Unable to write in the "cache" directory (/app/var/cache/test).
deleting the folders and run the test again works -> file permissions changed then to www-data
I'm unsure why this happen at all. This behavior has started after some changes (change php from 8.1 to 8.2, run composer updated deps, updated lando to version v3.9.0)
OS: macOS Monterey
Symfony: 6.2.5
meUser: 'www-data',
PHP: 8.2.1
lando: v3.9.0
From time to time the permissions on log/cache changed to root
If that happens running tests as example gives a RuntimeException
deleting the folders and run the test again works -> file permissions changed then to
www-data
I'm unsure why this happen at all. This behavior has started after some changes (change php from 8.1 to 8.2, run composer updated deps, updated lando to version v3.9.0)
lando.yaml
composer I downgrade now and let me see this can be related to a composer update?
The text was updated successfully, but these errors were encountered: