Topic: Thumbnail generation
Hi, I'm having a bit of an issue with the thumbnail generation. The last output I get from the buildgallery.php file is
--------------------
Attempting to create thumbnails in thumbs folder:
--------------------
and at that point the execution stops and no thumbnails are generated. Everything is chmodded to 777, and my jpeg files are set to non-progressive. I also tried the (( $bgOptions['useCopyResized'] = false; )) method with no luck. Is there anything else that I am overlooking or should I just start making thumbnails with an imaging program?
btw in case you're wondering - ( buildgallery.php version 1.9, running under php version 4.3.9, GD library version 2.0.28)
Thanks for the great gallery - and any help would be much appreciated!