Last active
August 7, 2022 11:11
-
-
Save SantoshSrinivas79/3400547 to your computer and use it in GitHub Desktop.
Fix PyroCMS File & Folder Permissions All-In-One
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chmod -R 777 system/cms/cache | |
sudo chmod -R 777 system/cms/config | |
sudo chmod -R 777 addons | |
sudo chmod -R 777 system/cms/cache | |
sudo chmod -R 777 uploads | |
sudo chmod -R 666 system/cms/config/config.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo chmod -R 755 addons
sudo chmod -R 644 system/cms/config/config.php
rest is ok.. be careful with your permissions.