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

danieltome’s picture

Assigned: Unassigned » danieltome

Hi,

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?

NGTLD’s picture

Hello 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?

danieltome’s picture

Yes. 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

NGTLD’s picture

It did work. but now I cannot get the titles to display

danieltome’s picture

Have 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.