Hello developer,
I have commented out the printing exif data from theme, but still im' getting the following error:
[Fri Nov 21 02:51:54 2008] [error] [client 67.195.37.155] PHP Fatal error: Maximum execution time of 60 seconds exceeded in /home/xxx/public_html/gallery/zp-core/exif/exif.php on line 738
I don't need EXIF data & how to fix this issue?
Comments
Is there any possible to disable exif functionality, because i don't need to collect these exif data.
`
<?php
if (getImageEXIFData()) {echo "<div id=\"exif_link\">
".gettext("Image Info")."";
printImageMetadata('', false); }?>
`
I will never need this function so I just deleted it. If you don't like doing it this way, search for "disable exif" or something like that.