fopen/fwrite/fclose problem

neorder

Verified User
Joined
Oct 1, 2003
Messages
392
my server is running fine, so far so good, until recently when a user tried to install a blog type software and reported to my this problem:

Warning: fopen(./config.php): failed to open stream: Permission denied in /home/xxx/domains/herdomain.com/public_html/notes/admin/install.php on line 202

Warning: fwrite(): supplied argument is not a valid stream resource in /home/xxx/domains/herdomain.com/public_html/notes/admin/install.php on line 218

Warning: fclose(): supplied argument is not a valid stream resource in /home/xxx/domains/herdomain.com/public_html/notes/admin/install.php on line 219


another user installed the same software at my server but reported no problem..

what's this problem? i've never seen before.
 
Back
Top