Seems to be similar or related to previously reported problem in v2.

Explanation:

I have installed Colorpicker 5.x-1.x-dev, jQuery_Update 5.x-2.0-rc1, Lightbox v2 5.x-2.7, and Brilliant Gallery 5.x-3.1. I'm using Drupal 5.7, on Debian 4 with php 5.2. [phpinfo on this page]

I've gone through the steps here and I've checked issues etc for possible causes. I'm sure I've installed in the correct manner. When I put the tag [bg|Soloists] into a page, a table is created that is populated with image tags for the images in that folder. However all I see is a coloured shape representing the area the images should fill... the URLs for the images don't resolve. The images do display in the browser if the full path is used to go directly to the image folder and image name...

In IE I get the same coloured shape representing the image area plus "the image not available" icon with the red cross - if I click this the image is displayed in the Lightbox2 but only in IE not in Firefox.

View the page here

Copy of code for first image:

<table>
<tbody>
<tr>
<td><!-- Brilliant Gallery Table Beginning --><ul style="width: 280px;"><li style="float: left; width: 50px; list-style: none; background: #f7da5e; height: 38px; padding: 3px; text-align: center; margin: 0; border: none;">
<a href="http://agartha.in-nz.com/main/files/galleries/Soloists/IMG_0396.jpg" rel="lightbox[4949686]" title="IMG 0396"><img style="border:0" alt="" src="http://agartha.in-nz.com/main/sites/all/modules/brilliant_gallery/image.php?imgp=L3Zhci93d3cvYWdhcnRoYS5pbi1uei5jb20vaHRkb2NzL21haW4vZmlsZXMvZ2FsbGVyaWVzL1NvbG9pc3RzL0lNR18wMzk2LmpwZw==&amp;imgw=28&amp;imgh=38" /></a>
</li>

Ian