PDA

View Full Version : fopen/fwrite/fclose problem


neorder
04-25-2004, 12:16 PM
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.

hostpc.com
04-25-2004, 04:44 PM
File permissions (CHMOD value)?

Files owned by ?

neorder
04-25-2004, 08:23 PM
thanks, got it work, i missed change the permission for one file.

;)