I have latest 1.2.5 zenphoto installed. Everything works perfectly except Image info link. Nothing opens. I haven't modified image.php page. EXIF info has not been removed from the images. Currently it looks like this:
<?php
if (getImageEXIFData()) {echo "<div id=\"exif_link\">
".gettext("Image Info")."</div>";
printImageMetadata('', false); }
?>
Comments
The same picture in my PC consists EXIF info.
Is it possible to enable some debug mode to see any kind of error messages?
Printscreen is here http://www.soida.ee/files/jserror.jpg
Thanks for the effort!