Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
Would you have any idea why we would get the following errors when trying to perform a backup
Warning: fopen(./.ftpquota) [function.fopen]: failed to open stream: Permission denied in /home/gmcbber0/public_html/bennsccflex/inc-core-admin-backup-create.php on line 171
Warning: fread(): supplied argument is not a valid stream resource in /home/gmcbber0/public_html/bennsccflex/inc-core-admin-backup-create.php on line 172
Warning: fclose(): supplied argument is not a valid stream resource in /home/gmcbber0/public_html/bennsccflex/inc-core-admin-backup-create.php on line 173
Warning: fopen(./.ftpquota) [function.fopen]: failed to open stream: Permission denied in /home/gmcbber0/public_html/bennsccflex/inc-core-admin-backup-create.php on line 240
Warning: fread(): supplied argument is not a valid stream resource in /home/gmcbber0/public_html/bennsccflex/inc-core-admin-backup-create.php on line 241
Warning: fclose(): supplied argument is not a valid stream resource in /home/gmcbber0/public_html/bennsccflex/inc-core-admin-backup-create.php on line 242
Regards, Chris
DCSun Administrator
Posts: 625
April 4, 2007 @ 5:48pm
Chris,
It looks like there's a file in your site's folder (.ftpquota) which it's unable to read when it goes to compile the backup.
You could try increasing the permissions on that file so that PHP can read it. If that's not possible, we can probably also adjust the backup script for you so it skips that file.