| Author | Message |
| Post Title: Integrating Sentinel 2.1.3 and Gallery 1.4.4-pl4 - Errors | |
GJSchaller
Joined: Aug 04, 2004 Posts: 37 Location: Valhalla, NY, USA
|
Posted: Sun Jan 02, 2005 11:09 am
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! |
| Author | Message |
| Post Title: Re: Integrating Sentinel 2.1.3 and Gallery 1.4.4-pl4 - Error | |
guidyy
Joined: Jul 28, 2003 Posts: 1
|
Posted: Sun Jan 02, 2005 1:14 pm
Got same error
Guido |
| Author | Message |
| Post Title: Re: Integrating Sentinel 2.1.3 and Gallery 1.4.4-pl4 - Error | |
nicpan
Joined: Oct 17, 2004 Posts: 7
|
Posted: Sun Jan 02, 2005 5:49 pm
Hello,
I had the same error... The error disappear if you remove sentinel... I you have a solution, please tell us Bye |
| Author | Message |
| Post Title: Re: Integrating Sentinel 2.1.3 and Gallery 1.4.4-pl4 - Error | |
Trubador
Joined: Nov 17, 2004 Posts: 5
|
Posted: Tue Jan 04, 2005 9:29 am
|
| Author | Message |
| Post Title: Re: Integrating Sentinel 2.1.3 and Gallery 1.4.4-pl4 - Error | |
nicpan
Joined: Oct 17, 2004 Posts: 7
|
Posted: Tue Jan 04, 2005 1:13 pm
Thx Trub, i'll try this solution...
Hope it will work! |