not getting display of images
mehuls - July 7, 2008 - 05:25
| Project: | Brilliant Gallery |
| Version: | 5.x-3.2 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active (needs more info) |
Jump to:
Description
i have configure this module to have images from folder "images" which i have placed at /files
and given full rights to everything.
i mentioned gallery path = "images" and all other thing in setting.....
i have enable "lightbox v2", and "thickbox" and selected lightbox for creating out put.....
but i have just black are as our put and images are not shown at there.....
i have also checked it with thickbox but it have same out put for both.....
i think this is bug or i am missing somehting.... i have downloaded all related js too but it still gives error!

#1
There was a CVS problem with the 3.2 version. Get version 3.3, it should work out of the box for you.
#2
I downloaded that module from drupal.org and it was version 5.x - 3.1,
ok vacilando i will try 3.3 and tell u again what result i get....
thank you for ur support.....
#3
ok i download version 5.x-3.3 but no change.... same output is there
#4
What format of images are you using? The system now supports only .jpg, .jpeg, .gif, .png.
Can you post the relevant HTML from your page, or post a link to the page (if public)?
#5
I have the same issue so I will just jump into this already going thread. (Im on drupal 6 and I belive its the 6.x-1.1 verison)
Have a look at http://www.thedamageisdone.com/index.php?q=node/9
The reason why he only see "black" is that he is using Opera or something similar. Switch to IE and you will see the red X that sais there is no picture to load.
If i check sourcecode though I can see the correct filenames etc, so I assume it has the correct read rights.
Format of images are .jpg and .jpeg. I tried both small and large images.
EDIT:
The url looks funny:
a href="/index.phpsites/default/files/albums/dap/17-06-06_2357.jpg" rel="lightbox[1295162]"
missing a / after .php (should index.php even be there, shouldnt it just be /sites/default... ? )
#6
Same here. I get black like the link in #5 above. When I look in the source I also see the image properties of the images that should be loaded. e.g.
<ul style="width: 780px;"><li style="float: left; width: 150px; list-style: none; background: #000000; height: 112px; padding: 3px; text-align: center; margin: 0; border: none;"><a href="http://mysite.com/sites/all/modules/brilliant_gallery/image.php?imgp=L2hvbWUvYXJqYW4vd29ya3NwYWNlL2ZpbGVzL2FsYnVtcy8yMDA2MDUyNS1Nb250ZVJvam8tMS9QNTI1MDAwNy5KUEc=&imgw=800&imgh=599" rel="lightbox[3541650]" title="P5250007"><img style="border:0" alt="" src="http://mysite.com/sites/all/modules/brilliant_gallery/image.php?imgp=L2hvbWUvYXJqYW4vd29ya3NwYWNlL2ZpbGVzL2FsYnVtcy8yMDA2MDUyNS1Nb250ZVJvam8tMS9QNTI1MDAwNy5KUEc=&imgw=150&imgh=112" /></a>
</li>
#7
i dont think its the same error since your links are correct and mine are wrong. Look at your HREF tag, you can see the http://mysite.com/ in the beginning of the link
Now look at mine, it sais index.php instead of site url and there is a missing "/"
#8
That is true. Still, I get the same black display...
#9
Version 5.x-4.1 should fix this problem. It's a bet, I know, but chances are high!
Let us then know if the problem has been solved.
#10
Downloaded 5.x-4.1 but I have the same issue as shown in #6 -- when viewing the source, it looks like the image calls are there, but nothing displays in the browser.
Even when copying the html source and putting it in the location bar (as in pasting the url src, such as:
http://mysite.com/sites/all/modules/brilliant_gallery/image.php?imgp=L2hvbWUvYXJqYW4vd29ya3NwYWNlL2ZpbGVzL2F...<edited for brevity>it just displays the URL as text in the browser window.Could it have something to do with the visible/invisible switch? I've tried both, yet whether they're all marked as visible or invisible, nothing will display.
EDIT1> I should also note that in Administer » Site configuration » Brilliant gallery » Manage galleries, when selecting a gallery directory (ie. albums/cottage) there are no thumbnails shown, only filenames and check boxes. Same problem, they image links look to be in the html source however they don't display. Sounds like some sort of conflict with Lightbox2... I just downloaded the latest version (5.x-2.8) but still nothing. Using Drupal 5.7.
EDIT2> It looks as though thumbnail files (perhaps) are being generated and stored in my site's temp directory, with names such as "bg_06f86bbb37538b748479c3aa19562749" -- no extension, and no image viewer I use can seem to display them.