Courses • Unity Assets • PlayStore • Hosting • Channel • بالعربي

Ahmad Naser Navigation
  • Home
    • Apps
    • Arabic Website
    • Our Academy
    • Udemy Courses
    • Certification
    • Youtube
    • Code Snippets
  • About
    • About Us
    • Services
    • Apps
    • Clients
    • Projects
    • Professional Training
  • Courses
  • My Account
  • Shop
    • Go Shopping
    • Online Coaching
    • One-To-One Training Pricing
    • Hosting
    • Cart
    • Checkout
  • Blog
  • Contact
  • 0 Items$0.00
  • Home
    • Apps
    • Arabic Website
    • Our Academy
    • Udemy Courses
    • Certification
    • Youtube
    • Code Snippets
  • About
    • About Us
    • Services
    • Apps
    • Clients
    • Projects
    • Professional Training
  • Courses
  • My Account
  • Shop
    • Go Shopping
    • Online Coaching
    • One-To-One Training Pricing
    • Hosting
    • Cart
    • Checkout
  • Blog
  • Contact
  • 0 Items$0.00
Home Gist fix opencart permissions on cpanel centos
back to snippest | Comment | Share

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/