Webmastersite.net
Register Log In

Validation email error
emails sent to wrong member

Comments on Validation email error

dmodegirl
Beginner

Usergroup: Customer
Joined: May 01, 2005

Total Topics: 2
Total Comments: 6
Posted Oct 05, 2005 - 8:51 PM:

I have just become aware of an email problem when custom rejecting link or members in the validation process. For some reason it will reject a current member and their links.

Any help would be much appreciated!
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Oct 05, 2005 - 10:57 PM:

I can't tell what you mean, since email seems unrelated to custom rejection which seems unrelated to "a current member." If somehow a member vanishes when you reject a link, then who and how? I've never seen someone's account disappear on a rejection of anyone but theirself. A random current member, or are you somehow selecting a current member, or what?.
dmodegirl
Beginner

Usergroup: Customer
Joined: May 01, 2005

Total Topics: 2
Total Comments: 6
Posted Oct 06, 2005 - 8:42 AM:

Paul wrote:
I can't tell what you mean, since email seems unrelated to custom rejection which seems unrelated to "a current member." If somehow a member vanishes when you reject a link, then who and how? I've never seen someone's account disappear on a rejection of anyone but theirself. A random current member, or are you somehow selecting a current member, or what?.


Okay let me see if I can explain myself a little better. smiling face

Okay some random person applies for membership, I select it and send them a custom reject with the reason why. Then I find out that it didn't reject that person but the link of a current member. I don't understand how or why that happens but it does. Does that make sense? (I know it shouldn't but you know what I mean.)

Thanks Paul!
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
1 of 1 people found this comment helpful
Posted Oct 07, 2005 - 2:09 PM:

I see, member custom rejections are rejecting the link of the same id number instead of the member. Changing
  if ($rejectiontype == 'member')
{
$mem = new onelink('id', $id);
to
  if ($rejectiontype == 'member')
{
$mem = new member('id', $id);
in admin/index.php should fix this, will apply that change to 3.2.7 later today.
dmodegirl
Beginner

Usergroup: Customer
Joined: May 01, 2005

Total Topics: 2
Total Comments: 6
Posted Oct 07, 2005 - 10:25 PM:

Paul wrote:
I see, member custom rejections are rejecting the link of the same id number instead of the member. Changing
  if ($rejectiontype == 'member')
{
$mem = new onelink('id', $id);
to
  if ($rejectiontype == 'member')
{
$mem = new member('id', $id);
in admin/index.php should fix this, will apply that change to 3.2.7 later today.


Works like a charm! Thanks Paul! nod
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.