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
"Array to string" errors from EXIF(back to index)
Notice: Array to string conversion in fb_exif.php on line 66

I get the following error whenever I try to view images which have EXIF data written by Imageready. Removing the if statement from the line
"<#fbflash#>" => isset($data["Flash"]) ? (bindec($data["Flash"]) ? "On" : "Off") : "",
causes the error to disappear. Anyone know what's going on here?

posted by Brett on 31 Aug 05 at 3:25 PM
Post a Reply:

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