Active
Project:
Simplest Gallery
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 16:14 UTC
Updated:
23 Jul 2009 at 17:41 UTC
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
Comment #1
StefanoBR commentedOk 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
Comment #2
maritrench commentedI'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! ><