I am working an the exif module for drupal 7.
it is working fine with drupal-7.0-alpha-7 (and previous) without module locale activated.
If I activate the locale.module, I make appears some warnings when submitting forms. Here an example :
# Notice: Undefined index: field_exif_model in locale_field_node_form_submit() (line 435 of D:\drupal-7.0-alpha7\modules\locale\locale.module).
# Notice: Undefined property: stdClass::$field_exif_model in locale_field_node_form_submit() (line 440 of D:\drupal-7.0-alpha7\modules\locale\locale.module).
The module seems to assume that all fields of the content type are also present in the form which is not always the case. For example, the "exif" module unset fields that are filled by reading a image file.
To resume :
- without locale activation, all is working fine with no warnings.
- with locale activation, all is working fine but there is some warnings.
regards,
Comments
Comment #1
jphautin commentedComment #2
jphautin commentedComment #3
fuse commentedsubscribing
Comment #4
clashar commentedMaybe will be solved after #822418: Field form structure incomplete if field_access() returns FALSE: will be ported to D7