![]() |
|
error using <?php printImageData - 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: error using <?php printImageData (/thread-2568.html) |
error using <?php printImageData - olihar - 2008-03-29 hi gang I have a little problem getting a print image data tag to work. ` ` I have gotten all of them to work except the country one. I get an error ` Fatal error: Call to undefined method Image::getContry() in /home/olihar/public_html/album/zp-core/template-functions.php on line 1365 ` Any ideas what is wrong? ` Edit: and is there a good way to display someting like. Location, State, City, Country one line with the commas ` error using <?php printImageData - sbillard - 2008-03-29 Semes there is a typographical error in line 1365. the function should be error using <?php printImageData - olihar - 2008-03-30 Excellent I didn't even notice the spelling error when I had a read through. Thanks a lot mister. |