Clean install, following readme.txt installation steps. On the gallery page, I get an error message:
* warning: imagejpeg() [function.imagejpeg]: Unable to open 'sites/all/modules/fast_gallery/images/folder.png.thumb' for writing: Permission denied in /var/home/***/public_html/sites/all/modules/fast_gallery/fast_gallery.cache.class.php on line 98.

Does it need to open that file for writing?

Comments

zolikonta’s picture

I think I see the point, folder.png doesn't have a thumbnail, so it tries to create one on the first run. Without this file, you cannot click folders in your gallery (only the image is clickable, title doesn't)

So modifying the write permissions on the images folder solves the problem, but packing a folder.png.thumb file with the module could be another way. What do you think?

rapsli’s picture

Status: Active » Patch (to be ported)

I agree.

rapsli’s picture

Status: Patch (to be ported) » Fixed

commited folder.png.thumb

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.