Skip to main content

Backup process: open file denied at bin/pkgacct.pl line 1472

Comments

1 comment

  • cPanelJimmy
    Hello, This is happening because the user doesn't have access to these files. The backup/account packaging process runs as the user so without access to those files it will show that warning and skip over them. Generally all files (and folders) within the public_html directory should be owned by the user and it's group should be of the user too. An example:
    [root@server1.myserver /home/myuser/public_html]# ls -la total 136 drwxr-x--- 13 myuser nobody 4096 Jun 20 21:00 ./ drwx--x--x 26 myuser myuser 4096 Oct 19 02:01 ../ -rw-r--r-- 1 myuser myuser 1058 Aug 15 20:57 about.php -rw-r--r-- 1 myuser myuser 3200 Jul 25 2015 file1.php -rw-r--r-- 1 myuser myuser 1445 Jul 25 2015 file2.php
    You can use the cPanel File Manager, an FTP client or SSH to review and adjust the permissions on the file. Please don't hesitate to write back if you should have any further issues! Thanks,
    0

Please sign in to leave a comment.