Warning: Illegal string offset 'tag' in _exif_node_insert_update() (line 98 of /opt/development/test/sites/all/modules/exif/exif.module).
Warning: Illegal string offset 'section' in _exif_node_insert_update() (line 99 of /opt/development/test/sites/all/modules/exif/exif.module).

Under D7.14 with php 5.4

Comments

microniko’s picture

Version: 7.x-1.2 » 7.x-1.x-dev
Priority: Normal » Major

+1
Also on developement version.
When I add a new node with a pic field :

Warning : Illegal string offset 'tag' dans _exif_node_insert_update() (ligne 98 dans /var/www/xxx/www/sites/all/modules/exif/exif.module).
Warning : Illegal string offset 'section' dans _exif_node_insert_update() (ligne 99 dans /var/www/xxx/www/sites/all/modules/exif/exif.module).

anavrin’s picture

Issue summary: View changes

I have exately the same problem:

Warning: Illegal string offset 'tag' in _exif_node_insert_update() (line 98

jphautin’s picture

Assigned: Unassigned » jphautin
jphautin’s picture

Status: Active » Fixed

theses messages were raised when the field name was not understandable as an exif field. I replace them with a watchdog warning instead.
integrate in 7.x branch.

  • jphautin committed 808961e on 7.x-1.x
    Issue #1658502: Illegal string offset 'tag' in _exif_node_insert_update...

Status: Fixed » Closed (fixed)

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