ZenphotoCMS Forum
Garland Theme errors - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Garland Theme errors (/thread-2168.html)



Garland Theme errors - domc - 2008-10-12

I'm getting this error at the bottom of the photo when viewing a photo from image.php.

Fatal error: Call to undefined function: printimagemap() in /home/content/T/D/r/TDriver/html/photos/themes/garland/image.php on line 42

It has to do with this: $MAP = printImageMap();

I am also not see'ing the thumbnails next/previous when viewing an image on the right side.

Any idea's?




Garland Theme errors - sbillard - 2008-10-12

PrintImageMap() is part of the google maps plugin. Try enabling the plugin. However, the function does not return anything so $MAP = printImageMap(); is not correct. Maybe the theme is a little out of date.




Garland Theme errors - domc - 2008-10-13

Actually, that seemed to work just fine. Thank you.