Are these permissions correct? #11776
stephenmeehanuk
started this conversation in
General
Replies: 1 comment
-
I've just checked the
Is this likely to be the cause of any cache clearing issues? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm having random issues with caches not clearing, when deploying a website (via Ploi)
Also had this issue (perhaps it's related?) when making edits to existing entries 11772.
When deploying a site in Ploi, I sometimes see this message
I don't know if this is even related, but I noticed...
On
production
in/storage/framework/cache/
all thefacade
files have the same-rw-r--r--
permissions.-rw-r--r--
(644 ) means they're only writable by the ownerWhat's the expected permissions for
facade
files?On the
staging
site thefacade
files have a mix of permissions-rw-rw-r--
(664). On staging the owner AND group members have write permission to those files.Any help with this would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions