Fatal error: Unsupported operand types in E:\wamp\www\sites\all\modules\field_extrawidgets\field_extrawidgets.module on line 119

Comments

FreeFox’s picture

Component: User interface » Code

I 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

FreeFox’s picture

The 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

damien tournoud’s picture

Status: Active » Postponed (maintainer needs more info)

Can you give me a clear way to reproduce this?

pcambra’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)