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.
Yes, just ran into this myself. Change the text image on the line to album.
image
album
The line should read $pwd = $_zp_current_album->getPassword();
$pwd = $_zp_current_album->getPassword();
Fixed now. thanks Sbillard.