Closed (fixed)
Project:
Exif
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jun 2012 at 08:21 UTC
Updated:
14 Feb 2016 at 22:34 UTC
Jump to comment: Most recent
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
Comment #1
microniko commented+1
Also on developement version.
When I add a new node with a pic field :
Comment #2
anavrin commentedI have exately the same problem:
Warning: Illegal string offset 'tag' in _exif_node_insert_update() (line 98
Comment #3
jphautin commentedComment #4
jphautin commentedtheses 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.