Closed (won't fix)
Project:
Exif
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2011 at 01:24 UTC
Updated:
28 Feb 2016 at 18:16 UTC
Jump to comment: Most recent
It seems the EXIF module doesnt like php 5.3, which unfortunately comes with every server install of Ubuntu :(
Im trying to debug the code but not having any luck here is a screenshot of the error im seeing when uploading a photo with gps data, http://grab.by/8Vrs
the line of code its barfing on is
$info[$tagName['section'] .'_'. $tagName['tag']] = utf8_encode($arSmallExif[$tagName['tag']]);
Seems that what ever is going to utf8_encode is an array instead of a string of values.
Comments
Comment #1
gateway69 commentedDitto! Subscribing
Comment #2
gateway69 commentedJust a quick test and not sure what other things it might mess up but to get rid of this error I changed
to
I cast the value in the utf8 to a string..
Comment #3
jphautin commentedDrupal6 EOL