Active
Project:
Field extra widgets
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2012 at 21:42 UTC
Updated:
20 Mar 2018 at 10:04 UTC
Jump to comment: Most recent
Hi, i try save a new content by my custom content type and after sending the form I wrote:
Fatal error: __clone method called on non-object in /home/.../www/sites/all/modules/field_extrawidgets/field_extrawidgets.module on line 177
Comments
Comment #1
Prague man commentedsubs
Comment #2
amateescu commentedCan you please paste the output of
debug($form_state[$entity_type]);right before the offending line?Comment #3
wouss commentedI know this is an old report, but I've got exactly the same problem with Drupal and all modules updated.
I've added the debug as instructed. The value of $form_state[$entity_type] is NULL.
Hopefully you can resolve this bug. Thank you.
Comment #4
wouss commented