Hi all,
i have such error after addition new photo...
Notice: Undefined property: stdClass::$field_exif_model in _exif_node_insert_update() (line 109 of C:\xampplite\htdocs\drupal72\modules\exif\exif.module).
Notice: Undefined property: stdClass::$field_exif_aperturefnumber in _exif_node_insert_update() (line 109 of C:\xampplite\htdocs\drupal72\modules\exif\exif.module).
Notice: Undefined property: stdClass::$field_exif_isospeedratings in _exif_node_insert_update() (line 109 of C:\xampplite\htdocs\drupal72\modules\exif\exif.module).
Notice: Undefined property: stdClass::$field_exif_exposuretime in _exif_node_insert_update() (line 109 of C:\xampplite\htdocs\drupal72\modules\exif\exif.module).
may be any ideas how to solve this?
Comments
Comment #1
welly commentedI'm getting the same error message.
Comment #2
dorisk commentedSame for me though the data seems to be written correctly.
for example field_iptc_caption_value has data
field_iptc_caption_format is NULL.
Don't know if this is ok.
I also get an error message when I use the module locale
Notice: Undefined index: field_iptc_object_name in locale_field_node_form_submit() (Zeile 405 von /xxx/xxx/xxx/xxx/modules/locale/locale.module).
Comment #3
andrebonfanti commentedSame for me:
I'm using locale too. However, nodes seem to be created without problem.
Comment #4
jphautin commentedhello,
I'am already working on this issue.
Explication can be found here : http://drupal.org/node/915698.
Note that the node and meta will be correctly created and that I am now looking for a workaround.
regards,
Comment #5
jphautin commentedComment #6
jphautin commentedcorrected in dev version. please review.
Comment #7
jphautin commented