folderblog
What is folderblog?
Folderblog is a free PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery — and anything in between.

» demo blog   » learn more   » download now

Discussion
Errors when updating(back to index)
Sorry for the post following up but couldn't delete the other. I got my images uploaded through my FTP client but when i try to update or upload a new image i get the following errors.

Warning: fopen(photos/Night/DSC_0048.jpg): failed to open stream: Permission denied in /usr/local/psa/home/vhosts/unfocuzed.org/httpdocs/gallery/fb.php on line 302

Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/psa/home/vhosts/unfocuzed.org/httpdocs/gallery/fb.php on line 303

Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/psa/home/vhosts/unfocuzed.org/httpdocs/gallery/fb.php on line 304

Warning: touch(): Unable to create file photos/Night/DSC_0048.jpg because Permission denied in /usr/local/psa/home/vhosts/unfocuzed.org/httpdocs/gallery/fb.php on line 305

Warning: fopen(rss.xml): failed to open stream: Permission denied in /usr/local/psa/home/vhosts/unfocuzed.org/httpdocs/gallery/fb.php on line 332

Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/psa/home/vhosts/unfocuzed.org/httpdocs/gallery/fb.php on line 333

Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/psa/home/vhosts/unfocuzed.org/httpdocs/gallery/fb.php on line 334

The folders are chmod 777 and the rest 644.

Any help is much appreciated.
Thanks
posted by Andrew on 2 Jan 06 at 1:44 AM
Did you also give the appropriate rights to the script file (fb.php)?
posted by ikue on 2 Jan 06 at 2:45 AM
I tried 777 755 644 everything and still the same error

posted by Andrew on 2 Jan 06 at 8:51 PM
Give these rights to all relevant folders (images, thumbs, comments), all files within these folders and to the fb script files. This might work.
posted by ikue on 3 Jan 06 at 3:09 AM
Post a Reply:

Name:    Remember me
URL:    
(include http:// or mailto:)
(back to index)