A warning occurred while processing this directive - cPanel Print

  • 0

Verify ownership and permissions from the top down

ls -ld /home/username /home/username/.cpanel

 

If any of those have root or other user ownership instead of username, fix it:

# Fix ownership
chown username:username/home/username

# Fix permissions (standard 711 so cPanel and FTP can enter the directory)
chmod 711 /home/username

# Fix permissions of .cpanel just to be sure
chown -R username:username/home/username/.cpanel
chmod 700 /home/username/.cpanel


Was this answer helpful?

« Back

WhatsApp