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
Thumbnails(back to index)
Hello, I just installed folderblog 3 and then switched to two because I could get neither to create thumbnails. I have done a large amount of troubleshooting, but, in the end, I think the question I need answered is whether or not imagemagick or anything else is required to make it work.

Thanks,
Sara
posted by Sara on 7 Jul 05 at 12:11 AM
The GD library has to be installed. You can create a file whose contents are <?php phpinfo(); ?> and look for the line --with-gd (or a second titled "gd") to ensure you've got it working. Without GD, php can't do any image manipulation.
posted by donald on 7 Jul 05 at 12:20 AM
Darn, I was afraid of that. :( Maybe I'll just manipulate a thumbnail-less version. For some odd reason imagemagick won't work with *cough*coppermine*cough* or any other thing I've tried, although it's installed on our server. And then we don't have GD so.. :'(
posted by Sara on 7 Jul 05 at 12:24 AM
Post a Reply:

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