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
Problem Error Message(back to index)
With the Alamanac Template, All seem to go, but I got this message on all the pages :

Warning: Unknown(): open(/var/www/free.fr/7/8/dreamsfromchaos/sessions/sess_c50d30c1d6bf96d473ede4c6105904ef, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/free.fr/7/8/dreamsfromchaos/sessions) in Unknown on line 0

Is this due to my free server? Or is there a solution to delete this error message?

thx
posted by eHn on 18 Aug 05 at 6:06 AM
eHn, looks like you worked it out. No idea what your problem was, but if it resurfaces let me know.
posted by donald on 19 Aug 05 at 2:07 AM
I'm not sure the problem is resolved. I've always these messages on certain pages (in archive page for example), and some things are strange. One of my photo couldn't appear (the last photo appear).
And I want all the photos could scroll (only 8 could be seen, then, you have to go on the archive). Is it possible?

(I'm sorry, I'm french and my english is too bad, so I couldn't all understand, that's whyI'm a little bit lost)
posted by eHn on 19 Aug 05 at 10:01 AM
eHn, not sure what's causing the message, but you can surpress it by replacing line 7 of your fb.php with:
error_reporting(0);


I think your other problem is with the name of the photo "There's a sign on the wall" — folderblog is having trouble interpreting this filename. Try renaming the file to remove the apostrophe (').
posted by donald on 20 Aug 05 at 2:29 PM
Post a Reply:

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