Hi, I'm a beginner with flash Gallery,

I've installed it with its dependencies. However it doesn't work, notably if I try to watch it through the mentioned way (http://mysite/fgallery). But more important: I didn't find a documentation on how to integrate the gallery in a page (with php source code I suppose). Is there anyone who could help me, please?

Thanks in advance.

Michael

Comments

jcbrew’s picture

I am also having trouble viewing the flash gallery at (http://mysite/fgallery)

Could this be because I don't have clean URL's enabled (using Windows IIS)?

If that's the case I tried index.php?q=/fgallery and it still did not work I got back this error:

Fatal error: Call to undefined function _image_get_dimensions() in C:\Inetpub\vhosts\yatesracing.com\httpdocs\modules\flash_gallery\flash_gallery.module on line 82

I looked it up and found this on line 82:

$size = _image_get_dimensions('thumbnail');
primalmedia’s picture

+1. I had the same problem until I upgraded to the dev version, and then it worked fine.

mass5’s picture

Same problem here...Seems that I get an blank page when I go to http://mysite/fgallery
I installed the dev one and it worked fine. Anyone knows what the problem is?

How come the 5.x-1.x-dev version works and the release one ( 5.x-1.2 ) does not ?
Maybe it should be tested more.