Skip to content

Instantly share code, notes, and snippets.

@aamnah
Last active November 28, 2015 06:55
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 aamnah/9cab2942f42d5fe7035d to your computer and use it in GitHub Desktop.
Save aamnah/9cab2942f42d5fe7035d to your computer and use it in GitHub Desktop.
Opencart Permissions for install
chmod 777 config.php
chmod 777 admin/config.php
chmod 777 image/
chmod 777 image/cache/
chmod 777 image/catalog/
chmod 777 system/cache/
chmod 777 system/logs/
chmod 777 system/download/
chmod 777 system/upload/
chmod 777 config.php
chmod 777 admin/config.php
chmod 777 image/
chmod 777 image/cache/
chmod 777 image/catalog/
chmod 777 system/storage/cache/
chmod 777 system/storage/logs/
chmod 777 system/storage/download/
chmod 777 system/storage/upload/
chmod 777 system/storage/modification/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment