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.

CommentFileSizeAuthor
#1 entityreferencehandler-1385898.patch753 bytesmrconnerton

Comments

mrconnerton’s picture

Status: Active » Needs review
StatusFileSize
new753 bytes

There was a miss match of parameters in the settingsForm. This patch is working for me now.

tizzo’s picture

Status: Needs review » Reviewed & tested by the community

I think this looks good, that change happened after this integration was written. I'll try to get this committed soon.

tim.plunkett’s picture

Version: » 7.x-1.x-dev
tim.plunkett’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.