Upon enabling this module, I received the following error message, which appears on all pages in the site:

Deprecated function: Call-time pass-by-reference has been deprecated in drupal_load() (line 1105 of /var/www/vhosts/example.com/gallery/includes/bootstrap.inc).

Refreshing the page does not help. Disabling the module stops the message until I enable it again.

Comments

tomogden’s picture

Issue summary: View changes

Edit for readability.

chaps2’s picture

I am getting this as well. Removing the &'s from the function call arguments on line 319 fixes it.

dojorob76’s picture

Subscribe. 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).

the fatman’s picture

Me 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.

Chris Gillis’s picture

Warning: Call-time pass-by-reference has been deprecated in /home/server/mysite/sites/all/modules/relation_edit/relation_edit.module on line 319

NBZ4live’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new1022 bytes

Here the patch

NBZ4live’s picture

Status: Patch (to be ported) » Needs review
kingswoodute’s picture

Subscribe. Yes I get the same message having just installed the widget. Thanks for all your work on this module.

danillonunes’s picture

Status: Needs review » Reviewed & tested by the community

The patch in #5 works fine.

danillonunes’s picture

Actually, after a further review, there's still a reference left in $item_values.

danillonunes’s picture

StatusFileSize
new653 bytes

This should handle it with the latest version.

danillonunes’s picture

Issue summary: View changes

Replace site-specific domain.

raprieto’s picture

Issue summary: View changes

Patch #10 worked for me. Thanks