I have image, image_gallery, and flash_galleries installed on fresh 4.7. For some reason, the images are not showing up in the flash gallery. Getting X's instead. I have already tried checking "build thumbnail gallery",,,, tried getting rid of galleries and starting anew.... I believe the simpleviewer scripts are installed properly.

You can see it at http://supercleanweb.com/demo1/fgallery

You can see the non-flash version at http://supercleanweb.com/demo1/image

Any ideas of what I'm doing wrong? or is this a bug? Thanks!!

CommentFileSizeAuthor
#8 flash_gallery.patch606 byteskeve
#1 error.JPG12.99 KBxpkernel99
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xpkernel99’s picture

FileSize
12.99 KB

the same problem to me!anyone know why?thanks

wanghl165’s picture

add "/" at end of line 175 and 176 :

  $op[] = 'imagePath="'. flash_gallery_image_url() .'/"';
  $op[] = 'thumbPath="'. flash_gallery_image_url() .'/flash/thumbs/"';
wanghl165’s picture

file: flash_gallery.module

jboeger’s picture

Thanks Wanghl165... I can now see the thumbnails. However, still not seeing the main picture when I click the thumbnails. (Same links as posted before.) Any ideas?

jboeger’s picture

my apologies.... it's working!!! Thanks again. - Jack

xamox’s picture

This fixed my problem as well. Thank you.

gtaylor’s picture

Worked for me too! Thanks.

keve’s picture

Status: Active » Needs review
FileSize
606 bytes

Patch made by wanghl165 comment.

sime’s picture

Status: Needs review » Fixed

Committed to 4.7 head

I'd like to understand why this hasn't effected anyone else. Anyone who is not having this problem can stick with http://drupal.org/node/116682 but I'd love to see what happens when they upgrade to next 4.7 version.

sime’s picture

Commit message:
http://drupal.org/cvs?commit=54986

-=-=-=-=-=-=-=-=-

(Flash Gallery users please note: http://drupal.org/node/116077)

Anonymous’s picture

Status: Fixed » Closed (fixed)