Hello there,

It could be just me but i just cant make it to work properly:
basically i do all the (very easy) steps -> create image folder -> create subfolders -> put pictures in them
the gallery itself looks fine, i can see the collection of albums and the random pic without problems but when i try to actually go into any of the galleries i get the "Not Found" error message. (The requested URL /gallery/album/albumname was not found on this server)

Could it be a path problem since I am using a http://my_ip/my_site/ sort of path?

Cheers
~S

Comments

StefanoBR’s picture

Ok sorry I've found the problem was in my urls because I didn't "sanitize" them and kept drupal's "http://my_site/?q=" default url-eing.

Anyway when I go to "http://my_site/?q=gallery/album/albumname" the pictures are not there. I had a quick look at the code and saw that you use a bit of javascript. Should that be included in the module or is it something else?

Cheers

maritrench’s picture

I'm having the same problem, even with clean urls. Would try to debug it myself but if it's a JS issue, I don't want to touch it... ten years of trying and no luck with JS! ><