Closed (fixed)
Project:
Fast Gallery
Version:
6.x-5.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2010 at 06:36 UTC
Updated:
14 Jun 2010 at 16:00 UTC
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
Comment #1
zolikonta commentedI 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?
Comment #2
rapsli commentedI agree.
Comment #3
rapsli commentedcommited folder.png.thumb