Closed (fixed)
Project:
Brilliant Gallery
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2008 at 14:57 UTC
Updated:
17 Jan 2009 at 03:35 UTC
If I create a page with the following tag I get the following error message:
[bg|gallery/640x480|3|]
# notice: Undefined offset: 4 in /var/www/drupal/sites/all/modules/brilliant_gallery/brilliant_gallery.module on line 497.
# notice: Undefined offset: 5 in /var/www/drupal/sites/all/modules/brilliant_gallery/brilliant_gallery.module on line 497.
# notice: Undefined offset: 6 in /var/www/drupal/sites/all/modules/brilliant_gallery/brilliant_gallery.module on line 497.
# notice: Undefined offset: 7 in /var/www/drupal/sites/all/modules/brilliant_gallery/brilliant_gallery.module on line 497.
# notice: Undefined offset: 8 in /var/www/drupal/sites/all/modules/brilliant_gallery/brilliant_gallery.module on line 497.All images in gallery/640x480 have been resized to 640 pixels x 480 pixels and are .JPG files
When I load the page using the above mentioned tag, the thumbnails render but I get the following error message for each image in the file (not displaying all as there are 60 images in the file)
# notice: Undefined index: imgwbig in /var/www/drupal/sites/all/modules/brilliant_gallery/brilliant_gallery.module on line 375.
# notice: Undefined index: imghbig in /var/www/drupal/sites/all/modules/brilliant_gallery/brilliant_gallery.module on line 376.
# notice: Undefined index: imgwbig in /var/www/drupal/sites/all/modules/brilliant_gallery/brilliant_gallery.module on line 375.
# notice: Undefined index: imghbig in /var/www/drupal/sites/all/modules/brilliant_gallery/brilliant_gallery.module on line 376.Help please
Comments
Comment #1
crudolphy commented