ZenphotoCMS Forum
i have commented out printing exif data from theme... - 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: i have commented out printing exif data from theme... (/thread-4102.html)



i have commented out printing exif data from theme... - southdreamz - 2008-11-21

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?




i have commented out printing exif data from theme... - darrellm - 2008-11-21

Hi, this is a good link to look at: http://www.zenphoto.org/support/topic.php?id=3734




i have commented out printing exif data from theme... - palpalani - 2008-11-23

Hello Darrellm,

Is there any possible to disable exif functionality, because i don't need to collect these exif data.




i have commented out printing exif data from theme... - darrellm - 2008-11-23

This is what I deleted (using default theme) somewhere on line 53 in image.php
`

`
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.