I am using 4.7.6, installed image, image gallery and working properly, installed flash gallery as the install.txt -

when going to domain.com/fgallery - thump is creating in folder, images are not loading, but
showing Gallery name, image name - download link is also working. Please guide me.

Comments

sime’s picture

Look at your directory permissions first. What is the file path for your images, and are images being created there?

Also, you've specified an unstable development version of flash gallery in the version box.. Can you clarify whether you installed:
http://drupal.org/node/116682
or
http://drupal.org/node/96662

incom’s picture

I am in multisite mode, using Ver 1 not dev ver. I changed the code as follows and it is working

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

Thank you for this great work

sime’s picture

Status: Active » Fixed

What you've shown there is the only difference between the two versions :-)

nasi’s picture

I am also using flash_gallery-4.7.x-1.0 and have had the same problem.

I also worked out the same fix to the problem just before finding this issue!

From what I can see, the official, 1.0 release is bugged and the dev version is fixed. Since people will invariably download an official release when it exists, perhaps it would be worth making a 1.1 release of the fixed version for people new to the module.

(I'm confused as to why the patch is not in the 1.0 release as it's last update time is more recent than the dev release - that could just be me not understanding the build process though).

sime’s picture

Don't worry about the build times. 1.0 is earlier. I took over as maintainer, and made a 1.0 release at that point as a record of the module from when I took over. I then applied the fix for those who needed it.

The reason I didn't just tag a new official release is I *assume* the 1.0 version is working for a lot of people - I mean if this module was so broken, wouldn't *everyone* be complaining?

I'm happy to be convinced to make a new release :-)

nasi’s picture

Well, there are four issues here that all cover the same topic, so I'd say that a good number of people are having problems with it.

Are there situations where this would work with out the /'s? I don't know. That would happen if there are JS engines on some browsers that interpret the supplied XML in different ways (i.e. one requires a / and one doesn't) but that doesn't seem very likely to my not-knowing-much-about-Javascript mind.

I do know think that a lot of people tend to download the latest stable release if one is available and as it stands that means people will keep hitting this problem (or so it would seem).

Just my pov.

sime’s picture

POV is good :-)

I'm just being a cautious and assuming there are happy users out there who don't raise tickets.

Anyroads, yes, I'll make a new release soon.

Anonymous’s picture

Status: Fixed » Closed (fixed)