Closed (fixed)
Project:
Exif
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jun 2011 at 12:19 UTC
Updated:
14 Jul 2011 at 16:02 UTC
Jump to comment: Most recent file
Notice: Undefined index: 2#183 in Exif->readIPTCTags() (line 239 of /home/xxx/www/drupal7/sites/all/modules/community/exif/exif.class.php).
Notice: Undefined index: 2#232 in Exif->readIPTCTags() (line 239 of /home/xxx/www/drupal7/sites/all/modules/community/exif/exif.class.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 13217219.jpg | 425.72 KB | quazardous |
Comments
Comment #1
quazardous commentedit's when i choose the default text formater for the field
Comment #2
jphautin commentedHello,
do you know to which semantic this index refer to ?
By example :
"2#090" refer to a city name,
"2#025" refer to keywords.
I can add this new index but I need to know what is refer to.
Comment #3
quazardous commentedoh...
i'll post you the photo it'll will be easier no ?
Comment #4
quazardous commentedComment #5
jphautin commentedI will add the new indexes but I do not know what their meaning are. so their name will be unknownXXX (XXX from 001 to 999).
Comment #6
quazardous commentedsounds good for me !
I ve read this http://iptc.cms.apa.at/std/photometadata/specification/IPTC-PhotoMetadat...
but no clue ...
Comment #7
jphautin commentedok. I correct the code to use the raw name as a key (ex : 2#183). This system make the module compatible with any unknown iptc index.
Comment #8
quazardous commentedgood
thx