Hello,
While doing an automatic install with drush, I got the following message :
Deprecated function: Call-time pass-by-reference has been deprecated in module_load_include() (line 329 of /home/quickstart/giteries/v3/drupal/includes/module.inc).
Looking at the code, changing line 132 from user_relationship_locator_existing(&$matches, $relationshipid, $uid);
to user_relationship_locator_existing($matches, $relationshipid, $uid)
fixed the problem.
Comments
Comment #1
Babalu commentedsame here
Deprecated function: Call-time pass-by-reference has been deprecated in module_load_include() (Zeile 329 von /var/www/vhosts/funnydate.de/httpdocs/includes/module.inc).
Warning: Missing argument 1 for user_relationship_locator_facebook_users(), called in /var/www/vhosts/funnydate.de/httpdocs/sites/all/modules/user_relationship_locator/user_relationship_locator_facebook/user_relationship_locator_facebook.module on line 15 and defined in user_relationship_locator_facebook_users() (Zeile 60 von /var/www/vhosts/funnydate.de/httpdocs/sites/all/modules/user_relationship_locator/user_relationship_locator_facebook/user_relationship_locator_facebook.module).
Comment #2
mrf commentedJust pushed a fix for this dev. If I can get a confirmation that this that it doesn't break any desired functionality I'll go ahead and roll out a new alpha with this fix.