When I found this, I thought it was a block error, and posted in the Block thread, but later realized it affected the whole Gallery.
When I added Sentinel's code to my mainfile.php:
Code: › <?php
if ($forum_admin == 1) {
include("../../../includes/sentinel.php");
} elseif ($inside_mod == 1) {
include("../../includes/sentinel.php");
} else {
include("includes/sentinel.php");
}
**Begin comments**
I would find that I cannot display full-sized images. I can see albums, and the thumbnails in them, and a thumbnail in the Random Photo Block, but when you clicked on them to see the full image, you get the following error:
Quote: › Error: Requested index [0] out of bounds [XXX]
Fatal error: Call to a member function on a non-object in /home/kradmin/public_html/modules/Gallery/classes/Album.php on line 1258
Where XXX is a number that chnages depending on the album you are viewing.
Has anyone gotten NukeSentinel 2.1.3 to work with Gallery? I will be cross-posting this on nukecops.com to work on a solution.
Thank you!