02-12-2018, 07:41 PM
I'm using the 4.3 and still with the same error, someone can give me a feedback and tell me what's going on?
EDIT!!!
Forget everything i said, my problem was when user was not receiving a mail to verify, and when he tries to resend, it was redirecting to users/verify.php even if i was clicking on "Resend Verification Email" i got redirected to users/verify.php, i fixed the things changing the line 69 of 'init.php' and adding to the if statement this: && $currentPage != 'verify_resend.php', i don't know if i did right, or wrong, but that works for me.
EDIT!!!
Forget everything i said, my problem was when user was not receiving a mail to verify, and when he tries to resend, it was redirecting to users/verify.php even if i was clicking on "Resend Verification Email" i got redirected to users/verify.php, i fixed the things changing the line 69 of 'init.php' and adding to the if statement this: && $currentPage != 'verify_resend.php', i don't know if i did right, or wrong, but that works for me.