"Failed to open stream: Permission denied" for cache/data
-
Anyone else seeing this behavior?
Having trouble with files in the cache directory under
/app/data/storage/framework/cache/data
being created withroot/root
, stalling background jobs and causing frequent disconnects in the frontend.After changing the user/group for
cache/data
directory recursively to www-data/www-data, things are working for a moment. Then the same thing happens again. I had a quick go around and couldn't find any obvious misalignment in the configuration or running processes.