Found under the "Click to add tags" where the Add Comments normally appear on the Image Page; Admin-mode:
Fatal error: Call to undefined function printimagemap() in /...../themes/defaultBoston/image.php on line 66. Not seen in any previous viewing of album. Last viewed about 4 days ago.
Line 66 might be:
<?php printTags('links', '
Tags: ', 'taglist', ''); ?>
<?php printImageMap(); ?>
<?php if (getOption('Allow_comments')) { ?>
<div id="comments">
<?php $num = getCommentCount(); echo ($num == 0) ? "" : ("<h3>Comments ($num)</h3><hr />"); ?>
<?php while (next_comment()){ ?>
My modification was to comment out the EXIF information as per a request I made long ago that appears just above the lines quoted above:
<!-- Comment out to remove the Image Info line for digital cameras only
<?php
if (getImageEXIFData()) {echo "<div id=\"exif_link\">
Image Info</div>";
printImageMetadata('', false);
}
?>
-->
Comments
I have a modified images.php so have made copy to keep track of what I've commented out so I can search updated copies to repeat.
All better, thanks.