Events Made Easy Forums Bug fixed or feature request implemented #_INVITEURL{XX} not generated

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #62521
    Anonymous
    Inactive

    Hi Franky, I really like the consideration of the lastname/firstname in the RSVP form for invite-only events.

    But since the modification in 2.1.117 I have problems with #_INVITEURL{XX}. Using it in RSVP mails leads to an error and the mail is not sent.
    When I replace Line 429 in events-made-easy/trunk/eme_people.php with
    eme_invite_url($event,$email,$lastname,$firstname,$lang);
    the URL seems to be generated correctly and the email is sent. But that link doesn’t let me fill the RSVP form (“You need to be invited for this event…”).

    Any idea?

    #62522
    Franky
    Keymaster

    Confirmed as a bug.
    This should fix it (you use $lastname and $firstname which are undefined variables):
    eme_invite_url($event,$person['email'],$person['lastname'],$person['firstname'],$lang);

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top