Active
Project:
Flash gallery
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
20 Aug 2009 at 19:18 UTC
Updated:
25 Aug 2009 at 04:17 UTC
I just installed the module and have some galleries, but when I try to build the thumbnails I get a blank screen. If I go to the flash gallery it says there are no galleries. Help!
Comments
Comment #1
danieltome commentedHi,
Could you check your reports page and see if there are any errors?
admin/reports/dblog
If you don't have this page enabled, enable the database logging module in core - optional.
Also what drupal 6.x version are you using?
Comment #2
NGTLD commentedHello and thanks
I am using 6.13 and this is the error
copy(sites/default/files/images/flash/thumbs/Ancient2_0.jpg) [function.copy]: failed to open stream: Success in /var/www/vhosts/host/httpdocs/modules/flash_gallery/flash_gallery.module on line 413.
There are several of these for several pics
Could this be a permissions issue?
Comment #3
danieltome commentedYes. That looks like a file permissions issue.
Have you tried doing a chmod and setting the owner:group to the webserver user (usually apache) to these directories: sites/default/files/images/flash/thumbs/ and sites/default/files/images/flash/
Or you can do a chmod -R 755 sites/default/files/images/flash
Hope this helps. Let me know if it worked.
cheers
Comment #4
NGTLD commentedIt did work. but now I cannot get the titles to display
Comment #5
danieltome commentedHave you checked [YOUR SITE]/admin/content/fgallery under the miscellaneous fieldset, that display title is checked?
Also the title will not display beside each thumbnail but at the bottom of the thumbnail list.
This is how simpleviewer shows the titles.