Closed philiparthurmoore closed 7 years ago
Hey @cesarcopi, I can't seem to reproduce this locally on a server. Anything special about the server you tried on?
No, nothing special. I downloaded the custom template from their website http://underscores.me/ and I installed the template in local
@cesarcopi Thanks for reporting back. I tried on a few different local installs, as well as a live sever, and can't reproduce this. I'm going to close it, but will be mindful of this if it pops up again. We can always reopen and try to nail it down if we get more details.
Hello! I've been having the same issue for a few months now. These are the steps that I take for each and every project:
From what I observed only the theme folder and the initial folders within have this issue. The folders that I create during the development process have the right permissions.
You can use this commands from the console:
For Files
find . -type f -print0 | xargs -0 chmod 644
For Folders
find . -type d -print0 | xargs -0 chmod 755
@cristacheda and @cesarcopi What permissions do the files and folder have when you first download the zip file?
What OS are you using?
I tried to replicate the issue on a mac and failed to too.
Moved over from https://github.com/Automattic/_s/issues/1128.