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:
(back to index)