Has anyone gotten the gallery.module and the 4.2.0 code to work, fully? I can view and browse albums, but can't upload new images to albums. For "browse" method of uploading, I get:
Processing status...
- Adding tarbell-bikes.jpg
Fatal error: Call to a member function on a non-object in /rtty/sgibson/pdxar/gallery/save_photos.php on line 331
If I try and use the HTTP URL or local file path options, I get:
Retching Urls...
http://www.tuna.org/tarbell/
Parsing http://www.tuna.org/tarbell/ for images...
Found 7 Images.
Processing status...
Fatal error: Call to a member function on a non-object in /rtty/sgibson/pdxar/gallery/save_photos.php on line 354
Both Line 331 and 354 are addPhoto() calls:
$err = $gallery->album->addPhoto($file, $tag, $mangledFilename, $caption);
I'm not exactly keen enough with PHP to grok what's going on here. If anyone has any input, thoughts, ideas, or they got the bloody thing working, that would be sweet!