Reviewed & tested by the community
Project:
Relation edit widget
Version:
7.x-1.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 16:10 UTC
Updated:
26 Oct 2015 at 22:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #0.0
tomogden commentedEdit for readability.
Comment #1
chaps2 commentedI am getting this as well. Removing the &'s from the function call arguments on line 319 fixes it.
Comment #2
dojorob76 commentedSubscribe. I had the same exact issue (except mine said line 1114 - not 1105), and removing the &'s on line 319 of the Relation Edit Widget Module File fixed it. (Thank you chaps2).
Comment #3
the fatman commentedMe too but on line 319. May or may not be related but I can't get the dummy field widget to show up either. I have enabled the dummy field module.
Comment #4
Chris Gillis commentedWarning: Call-time pass-by-reference has been deprecated in /home/server/mysite/sites/all/modules/relation_edit/relation_edit.module on line 319Comment #5
NBZ4live commentedHere the patch
Comment #6
NBZ4live commentedComment #7
kingswoodute commentedSubscribe. Yes I get the same message having just installed the widget. Thanks for all your work on this module.
Comment #8
danillonunes commentedThe patch in #5 works fine.
Comment #9
danillonunes commentedActually, after a further review, there's still a reference left in $item_values.
Comment #10
danillonunes commentedThis should handle it with the latest version.
Comment #10.0
danillonunes commentedReplace site-specific domain.
Comment #11
raprieto commentedPatch #10 worked for me. Thanks