Closed (duplicate)
Project:
Field extra widgets
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2012 at 08:11 UTC
Updated:
20 Jan 2012 at 14:10 UTC
Fatal error: Unsupported operand types in E:\wamp\www\sites\all\modules\field_extrawidgets\field_extrawidgets.module on line 119
Comments
Comment #1
FreeFox commentedI get the same error whenever I try to save a content type containing a field marked hidden. The content type is save correctly but after pressing Save I get a WSOD.
PHP Fatal error: Unsupported operand types in /.../sites/all/modules/field_extrawidgets/field_extrawidgets.module on line 119
Please help
Comment #2
FreeFox commentedThe problem is:
$formatter_settings += field_info_formatter_settings($formatter_type);
should be
$formatter_settings .= field_info_formatter_settings($formatter_type);
Please correct and commit.
Thanks in advance
Comment #3
damien tournoud commentedCan you give me a clear way to reproduce this?
Comment #4
pcambraMarking this as duplicate of #1305268: Contents of a read-only field is hidden on the term/entity edit form, and thus cannot be edited. patch in #1305268-3: Contents of a read-only field is hidden on the term/entity edit form, and thus cannot be edited. solves the issue
Comment #5
pcambra