aff_id is not set when a user signs up through an affiliate link where r = username

Discussion in 'Troubleshooting' started by bpbp, Oct 11, 2007.

  1. bpbp

    bpbp Member

    Joined:
    Aug 22, 2006
    Messages:
    31
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Yes this seems to be a bug
    Edit /amember/go.php and change this:
    aff_set_cookie($vars['r']);
    to
    aff_set_cookie($aff_id);

Share This Page