Hi, I have installed brilliant gallery several times but I moved to new server and I just dont know why is it not working now!
Here are the details
drupal: v6.3
brilliant_gallery:v6.x-3.4
other image related modules: galleria, imagecache, imageapi,lightbox2 ( all working fine)

Host: dreamhost.com
php info: 5.2.9
GD Version bundled (2.0.34 compatible)

Gallery page: http://riders.in/content/testing_gallery
problem: getting black block

tried combinations with following
1) Database or file system caching of images: cache table or temporary directory
2) cache_set($bgcacheid, 'cache', time() + $bgcachexpire, $my_data);
#cache_set($bgcacheid, $my_data, 'cache', time() + $bgcachexpire);
3) drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
#drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
--cleared cache everytime

Errors: internal_error.html

DetailsType page not found
Date Friday, August 14, 2009 - 22:42
User Anonymous
Location http://riders.in/sites/all/modules/brilliant_gallery/image.php?imgp=L2hv...
Referrer http://riders.in/content/testing_gallery
Message internal_error.html
Severity warning
Hostname 122.163.221.189

Please let me know whats the proble,

Comments

Vacilando’s picture

Have a look at the generated code, you can see the encrypted location
L2hvbWUvaHNpdGVzL3dlYi9maWxlcy9yaWRlcnMuaW4vaW1hZ2VzL2dhbGxlcnkvNTEvc2Nob29sIGVtYmxlbSBnb2xkZW4ucG5n

Decode it via http://www.opinionatedgeek.com/dotnet/tools/Base64Decode/Default.aspx -- you will see the image should be at /home/hsites/web/files/riders.in/images/gallery/51/school emblem golden.png

Now try to load just that image - http://riders.in/files/riders.in/images/gallery/51/school emblem golden.png -- it is NOT there.

So; did you put the image into the right folder?
Did you set up the base folder well at the BG settings page?
What tag exactly did you use at page /testing_gallery?
...

(Also, there's a new version of BG, try that.)

Vacilando’s picture

Status: Active » Postponed (maintainer needs more info)