Im getting this Fatal Error in viewing each image.

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.

Comments

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

    The line should read
    ` $pwd = $_zp_current_album->getPassword();`
  • Fixed now. thanks Sbillard. :D
Sign In or Register to comment.