Hi.

I have this error message when I try to invite by mail:

Fatal error: Call to undefined function _invite_get_emails() in /home/storage/c/13/99/mysite/public_html/sites/all/modules/user_relationships/user_relationship_invites/user_relationship_invites.module on line 69

I checked if the issue was related to Authorpane module, but disable this module does not solve the issue.

On line 69 of the user_relationship_invites.module file we have:

$emails = _invite_get_emails($form_state['values']['email']);

Can you help?

Tks.

Comments

astutonet’s picture

Status: Active » Closed (won't fix)

This issue occurs when we are using the Invite module 7.x-4.x-dev.

After returning to version 7.x-2.x-dev, the problem disappeared.

lonehorseend’s picture

Priority: Major » Normal
Status: Closed (won't fix) » Active

I'm reopening this because obviously a patch is needed.

Andre-B’s picture

Status: Active » Closed (duplicate)

work on 7.x-4.x integration is going on here #2041769: Upgrade user_relationship_invites to work with Invite 4.x branch. closing this one