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

welly’s picture

I'm getting the same error message.

dorisk’s picture

Same 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).

andrebonfanti’s picture

Same for me:

# Notice: Undefined index: field_exif_filename in locale_field_node_form_submit() (line 405 of /home/(mydomain)/public_html/modules/locale/locale.module).
# Notice: Undefined property: stdClass::$field_exif_filename in locale_field_node_form_submit() (line 410 of /home/(mydomain)/public_html/modules/locale/locale.module).

I'm using locale too. However, nodes seem to be created without problem.

jphautin’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev

hello,

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,

jphautin’s picture

Assigned: Unassigned » jphautin
jphautin’s picture

Priority: Normal » Major
Status: Active » Needs review

corrected in dev version. please review.

jphautin’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -exif, -drupal 7

Automatically closed -- issue fixed for 2 weeks with no activity.