Skip to content

Instantly share code, notes, and snippets.

@alibo
Forked from alexsegura/gist:9650651
Created October 31, 2016 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alibo/9b50eca2a2609ee461ecc6c6725527f6 to your computer and use it in GitHub Desktop.
Save alibo/9b50eca2a2609ee461ecc6c6725527f6 to your computer and use it in GitHub Desktop.
Prestashop 1.6 folder permissions
chmod a+w -R config/
chmod a+w -R cache/
chmod a+w -R log/
chmod a+w -R img/
chmod a+w -R mails/
chmod a+w -R modules/
chmod a+w -R themes/default-bootstrap/lang/
chmod a+w -R themes/default-bootstrap/pdf/lang/
chmod a+w -R themes/default-bootstrap/cache/
chmod a+w -R translations/
chmod a+w -R upload/
chmod a+w -R download/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment