Posted by jyrkipes on July 26, 2010 at 12:34pm
2 followers
| Project: | Fast Gallery |
| Version: | 6.x-5.3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
(more newbie than anything here)
Installed module according to instructions and have loads of folders with images (jpg) and videos (flv) in them.
Have selected Lightbox2(no slideshow)
It kinda works because gallery link appears. When clicked, it renders available folders, I can browse further into folders and subfolders, but cannot see any images nor thumbnails in folders.
Apache error.log doesnt point out anything.
Where should I start troubleshooting?
Comments
#1
flv is not supported at the current version. about jpg files, should actually work?! are you using imagecache?
#2
>flv is not...
ok
Does it fail if there are other than just folders and/or jpg -files? For example mentioned flv-files and some xml-files from previous gallery experiments.
I'm using imagecache, have done several flush, flush internal cache, rebuild/clear DB/, etc cycles too.
#3
oh ;) ... the path to your gallery should be relative to your site path
#4
>the path to your gallery should be relative to your site path
Let's assume files are in /home/jyrki/html/gallery
If I set path to /home/jyrki/html/gallery I get what I described above.
My Drupal is set to reside in http://mysite.com/drup/
Gallery folder is visible as http://mysite.com/gallery
If I set path to /gallery or gallery or /gallery/ or gallery/ I get "This path does not exist."
But then I tried (as you point out :) ) set it to ../gallery , and guess what, now I get image titles and placeholders for them, but no thumbnails still. So we're getting there ! Thanks!
Edit In Place seems to work too.
Meanwhile I've also gone thru settings of GD2 (removed) Imagemagick (in use right now) Lightbox2 (it's not lite anymore) and checked ImageCache settings but so far no luck.
Is there any simple debug switch available I could use or do I need to go for some printf_debugging to see where it fails?
#5
and finally, I moved gallery to ....../drup/gallery and now everything works!
However, some path consistency check appears to be needed. Most likely there are different ways of handling path between FastGallery/LightBox2 or just within FastGallery itself.