1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
wget https://raw.githubusercontent.com/PeachFlame/cPanel-fixperms/master/fixperms.sh chmod +x fixperms.sh sudo sh ./fixperms.sh -a USER-NAME Fixperms - for all of the users sudo sh ./fixperms.sh -all chmod 777 system/storage/modification chmod 777 system/storage/logs chmod 777 system/storage/cache chmod 777 system/storage/modification chmod 777 system/storage/cache chmod 777 system/storage/logs chmod 777 system/storage/logs/error.log chmod 777 system/storage/logs/ocmod.log chmod 777 system/storage/logs/openbay.log chmod 777 system/storage/logs/ -R chmod 777 system/storagecny7hgy6hu8y/ -R mkdir storage chmod -R 755 storage mkdir logs chmod -R 755 logs mkdir modification chmod -R 755 modification #Some uploads folder can be solved by chown -R nobody:cyberadz ./../uploads/ |