Page 1 of 1

User is unable to login

PostPosted: Fri Dec 21, 2007 5:05 pm
Author: angrykid
Your phpBB Version: 2.0.22
phpBB Type: phpBB / IMPortal
MODs: Yes
Your knowledge: Advanced Knowledge
Board URL: http://www.gamerzextreme.ws/forums/

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

A user on my forum forgot their password, and cback didn't show the cpatcha. So it ended up, I had to recreate the account, and the user still can't login!

I tried logging in myself, and got the error:
Code: Select all
Failed sending email ]

So, I found emailer.php, went to line 234, and retrieved this:
[code]           // Did it work?         if (!$result)         {             message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);


And I have no clue as to what it means.

Help much appreciated.

PostPosted: Sat Dec 22, 2007 10:08 pm
Author: angrykid
Nobody knows anything?

Re: User is unable to login

PostPosted: Sat Dec 22, 2007 11:42 pm
Author: CaNNon
Is it only the one user, and from what email like @hotmail ?
Also repost the error and turn HTML of in that post.

PostPosted: Mon Dec 24, 2007 5:35 pm
Author: angrykid
Yes it is one user only.

Here is the error:

[flash=,:w79mldf1]http://i85.photobucket.com/albums/k72/angrykid1z/Non%20games/error.jpg[/flash:w79mldf1]

Re: User is unable to login

PostPosted: Mon Dec 24, 2007 6:22 pm
Author: CaNNon
and from what email like @hotmail ?


Need to know that so i can check to see if he's using a blocked email account.

PostPosted: Sun Feb 03, 2008 5:31 pm
Author: angrykid
No, it's not a blocked one. It's one that was payed for so it wouldn't be deleted. And it's she BTW.

Re: User is unable to login

PostPosted: Sun Feb 03, 2008 5:39 pm
Author: CaNNon
If it's only one user, it's either blocked by the site (and i do need to know @what to check that) or the users email is blocking the site (like black listed or junk mail).

PostPosted: Sun Feb 03, 2008 6:50 pm
Author: angrykid
I found the problem. Idiot me forgot to check if the account was still locked or not.

Re: User is unable to login

PostPosted: Sun Feb 03, 2008 7:02 pm
Author: CaNNon
Smile we all do it... <img>