wordpress-bootstrap icon indicating copy to clipboard operation
wordpress-bootstrap copied to clipboard

Permissions on files in ZIP may be incorrect

Open coopr opened this issue 12 years ago • 2 comments

I downloaded the ZIP file from here, then uploaded to my WordPress host (the awesome ZippyKid.com ) - I then had a problem with ZippyKid's CDN, which their tech support tracked back to some incorrect default permissions on some of the theme files.

However, I don't know which files had bad permissions, and I don't know what the permissions should be. That makes this much less useful issue request, I know - sorry : /

coopr avatar Mar 01 '12 23:03 coopr

@coopr thanks for letting me know. I'm not sure how to fix this yet, but i'll look into it.

chrisbarnes avatar Mar 02 '12 04:03 chrisbarnes

Just had this issue, seems the permissions in the zip for all files/folders are 'nobody' when extracted on the server. I had to run

chown -R apache.apache wordpress

apache.apache may differ depending on your server setup, just set both to the correct www user :)

Braunson avatar Feb 05 '14 02:02 Braunson