Have this warn message on screen every time.
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 958 of C:\www\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 960 of C:\www\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 958 of C:\www\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 960 of C:\www\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 958 of C:\www\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 960 of C:\www\sites\all\modules\references\node_reference\node_reference.module).
PHP Version 5.4
Comments
Comment #0.0
wuinfo - bill wu commentedMore info
Comment #1
wuinfo - bill wu commentedAfter checking the code in branch 7.x-2.x, I found it had been solved.
http://drupal.org/node/985370/git-instructions/7.x-2.x .
Comment #2
ekeyUSA commentedI am new to Drupal. running Drupal 7.17 with PHP Version 5.4.7. got the same warring message....what I need to do to get rid of this warning?
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 958 of C:\xampp\htdocs\test\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 960 of C:\xampp\htdocs\test\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 958 of C:\xampp\htdocs\test\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 960 of C:\xampp\htdocs\test\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 958 of C:\xampp\htdocs\test\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 960 of C:\xampp\htdocs\test\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 958 of C:\xampp\htdocs\test\sites\all\modules\references\node_reference\node_reference.module).
Warning: Illegal string offset 'field_name' in node_reference_preprocess_node() (line 960 of C:\xampp\htdocs\test\sites\all\modules\references\node_reference\node_reference.module).
Comment #3
jcisio commentedhttp://drupal.org/node/998848
Comment #3.0
jcisio commentedTook out those are not relevant warning message.
Comment #4
davidwbarratt commented