Works great on the thumbnails, but when I click on a thumbnail, I get these errors:

====================

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /var/www/websites/v/modules/brilliant_gallery/image.php on line 128

Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /var/www/websites/v/modules/brilliant_gallery/image.php on line 129

Warning: imageinterlace(): supplied argument is not a valid Image resource in /var/www/websites/v/modules/brilliant_gallery/image.php on line 131

Warning: imagecolortransparent(): supplied argument is not a valid Image resource in /var/www/websites/v/modules/brilliant_gallery/image.php on line 132

Warning: Cannot modify header information - headers already sent by (output started at /var/www/websites/v/modules/brilliant_gallery/image.php:128) in /var/www/websites/vintagegirliemags.com/modules/brilliant_gallery/image.php on line 38

Warning: imagejpeg(): supplied argument is not a valid Image resource in /var/www/websites/v/modules/brilliant_gallery/image.php on line 137

====================

I may be doing something stupid here. If someone can point me in the right direction, I'd appreciate it. Maybe it's a problem with imagecache? (I told it not to use imagecache, to use my /tmp directory instead, but you never know... )

Comments

ericinwisconsin’s picture

Ok, got rid of the errors. The Brilliant Gallery was set to use Thickbox, which I didn't have installed. I changed it to lightbox and now I don't get the errors! Also, I had to choose a maximum image width on the admin/settings/brilliant_gallery page. I assumed (I know, I know: Never assume anything.) that leaving it blank would allow any sized image. I guess not. It MUST have a value there.

Now, if I could only get it to store the images outside of the web server. I don't want hotlinking or even text linking to the images.