1

I am trying to implement a password reset on my Laravel 5.1 app using the docs. When i click on send password reset button it gives me the following error.

QueryException in Connection.php line 651: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'email' in 'where clause' (SQL: delete from password_resets where email = [email protected]).

4
  • 1
    Do you have email column in passwords_resets table? Commented Dec 3, 2015 at 8:16
  • post the relevant code of your query here.. Commented Dec 3, 2015 at 8:33
  • [SQLSTATE[42S22]: Column not found: 1054 Unknown column - Laravel](stackoverflow.com/questions/20711253/…) it will works fine for me. Commented Dec 3, 2015 at 10:08
  • yeah,that issue is solved and following error is thrown now. Swift_TransportException in AbstractSmtpTransport.php line 383: Expected response code 220 but got code "", with message "" Commented Dec 3, 2015 at 10:54

1 Answer 1

1

enter image description hereKindly check the password_resets table in your database. And see if email column exists.

Sign up to request clarification or add additional context in comments.

2 Comments

yeah,that issue is solved and following error is thrown now. Swift_TransportException in AbstractSmtpTransport.php line 383: Expected response code 220 but got code "", with message ""
Kindly accept this answer if it helped you. And ask the new question on a new thread. Not here. Thanks!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.