I am using the entityreference module and when I add a field to a content type, I'm getting the following error:
Fatal error: Declaration of EntityReferenceHandler_field::settingsForm() must be compatible with that of EntityReferenceHandler::settingsForm() in sites/all/modules/contrib/webform_entity/plugins/entityreference_handler/entityreference_entity_field.inc on line 138
If I disable webform_entity I don't get this error anymore.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | entityreferencehandler-1385898.patch | 753 bytes | mrconnerton |
Comments
Comment #1
mrconnerton commentedThere was a miss match of parameters in the settingsForm. This patch is working for me now.
Comment #2
tizzo commentedI think this looks good, that change happened after this integration was written. I'll try to get this committed soon.
Comment #3
tim.plunkettCommitted, thanks.
http://drupalcode.org/project/webform_entity.git/commit/64a6fbf
Comment #4
tim.plunkett