Hi!
I have a freshly installed gallery and added two albums without problems.
But when I try to view an image I get the error message:
Error: Requested index [0] out of bounds [35]
35 meaning the number of images in the current album
In /var/log/httpd-error.log the error message is:
[error] PHP Fatal error: Call to a member function on a non-object in /usr/local/www/data-dist/gallery/view_photo.php on line 392
line 392 of view_photo.php is:
list($imageWidth, $imageHeight) = $photo->image->getRawDimensions();
I found several other posts on this error message, but none of it was applicable with my version of it.
Could you please help me?
Thanks
Lars
----
Gallery version: gallery-1.4.4.3
Apache version: apache-1.3.31_6
PHP version: mod_php4-4.3.8_2
Graphics Toolkit: netpbm-10.24
Operating system: FreeBSD 5.2.1-RELEASE-p11
Web browser/version (if applicable): Firefox 0.93
Posts: 6818
Fixed in Gallery 1.4.4-pl4
Jens
Posts: 2
Thanks a lot, I upgraded gallery and it is fixed now