PDA

View Full Version : Error message


jboyd
17th of January 2005 (Mon), 20:06
I keep getting this error message when uploading photos;

"Warning: Division by zero in /home/mysite/public_html/gallery/input/PHOTODATA_xmp.php(86) : eval()'d code on line 1"

But, everything seems to work fine. I don't know a lot about all of this, and it only took me a whole day to get this working, so, is there something I need to fix??

Thanks,

Jackie Boyd

Pekka
17th of January 2005 (Mon), 20:27
Thanks,

It is a bug in I know why this happens and it will be fixed in following release.
Working on it right now :o


Meanwhile, you can change line 86 in input/PHOTODATA_xmp.php to

@eval("\$seconds = $xmp_shutterspeedvalue;");

This will suppress the error message. This affects only photos which have shutter speed 1 second or slower.

Pekka

jboyd
17th of January 2005 (Mon), 20:53
Thanks for the quick reply Pekka! I am still figuring a lot of this out, but it is going good!

Jackie Boyd