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
It seems like the bundle doesn't automatically change permissions for the folder to actually write to cache when creating it, it sometimes works and sometimes causes a 500 error, which is rather easily fixable via chmod, but it shouldn't happen in the first place.
The text was updated successfully, but these errors were encountered:
Same here,
The var/cache/$env directories have chmod 40777, while only the var/cache/$env/ongr and it's subdirectories have chmod 40775 every time we run bin/console cache:clear command.
Since we run deploy with other user than we run cron commands, we end up with an exception:
[InvalidArgumentException]
The directory "/xxx/var/cache/prod/ongr/elasticsearch" is not writable.
It seems like the bundle doesn't automatically change permissions for the folder to actually write to cache when creating it, it sometimes works and sometimes causes a 500 error, which is rather easily fixable via chmod, but it shouldn't happen in the first place.
The text was updated successfully, but these errors were encountered: