ZenphotoCMS Forum
printImageDesc error - 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: printImageDesc error (/thread-4437.html)



printImageDesc error - fretzl - 2009-01-11

Zenphoto version 1.2.2 - nightly 2009-01-09 - modified default theme

I use
printLatestImages($number=1, $albumfolder='', $showtitle=false, $showdate=false, $showdesc=false, $desclength=40,$showstatistic='',$width=600,$height=600,$crop=false)
(I left the variables in for clearity)
together with
printImageDesc(true,'',true)

This worked before the nightly install.

After the install the printImageDesc() generates this error:
Fatal error: Call to a member function get() on a non-object in C:\xampp\htdocs\zenphoto\zp-core\template-functions.php on line 951

Any ideas ?