ZenphotoCMS Forum
Im getting this Fatal Error in viewing each image. - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Im getting this Fatal Error in viewing each image. (/thread-1972.html)



Im getting this Fatal Error in viewing each image. - Daxeno - 2007-12-23

Fatal error: Call to undefined method Image::getPassword() in /home/daxenoc/public_html/zp-core/template-functions.php on line 1238

Does anyone know what's the problem here?

Ty in advance.


Im getting this Fatal Error in viewing each image. - sbillard - 2007-12-24

Yes, just ran into this myself. Change the text `image` on the line to `album`.

The line should read
` $pwd = $_zp_current_album->getPassword();`


Im getting this Fatal Error in viewing each image. - Daxeno - 2007-12-24

Fixed now. thanks Sbillard. Big Grin