I got this error message when making a backup of my vBulletin:
Warning: fopen(./forumbackup-05-20-2003.sql) [function.fopen]: failed to create stream: Permission denied in /home/threshol/public_html/forums/admin/backup.php on line 264
DROP TABLE IF EXISTS access; CREATE TABLE access ( userid int(10) unsigned NOT NULL, forumid smallint(5) unsigned NOT NULL, accessmask smallint(5) unsigned NOT NULL, importaccessid int(10) NOT NULL, KEY userid (userid,forumid) );
Warning: fwrite(): supplied argument is not a valid stream resource in /home/threshol/public_html/forums/admin/backup.php on line 268
What does this mean?
Warning: fopen(./forumbackup-05-20-2003.sql) [function.fopen]: failed to create stream: Permission denied in /home/threshol/public_html/forums/admin/backup.php on line 264
DROP TABLE IF EXISTS access; CREATE TABLE access ( userid int(10) unsigned NOT NULL, forumid smallint(5) unsigned NOT NULL, accessmask smallint(5) unsigned NOT NULL, importaccessid int(10) NOT NULL, KEY userid (userid,forumid) );
Warning: fwrite(): supplied argument is not a valid stream resource in /home/threshol/public_html/forums/admin/backup.php on line 268
What does this mean?
Comment