serverfireteam / panel

An easily configurable admin panel for Laravel applications.
MIT License
427 stars 144 forks source link

Illuminate \ Database \ QueryException (42S22) SQLSTATE[42S22]: Column not found: 1054 Unknown column 'email' in 'where clause' (SQL: select * from `admins` where `email` = admin@change.me limit 1) #367

Closed nikay05 closed 6 years ago

nikay05 commented 6 years ago

can i know how to solve this problem.. i am a newbie to laravel. thanks in advance.

Illuminate \ Database \ QueryException (42S22) SQLSTATE[42S22]: Column not found: 1054 Unknown column 'email' in 'where clause' (SQL: select * from admins where email = admin@change.me limit 1) #367

AlirezaAlgo commented 6 years ago

It can not find email column in your admin table.

Did you have the admin table before installing the panel?

nikay05 commented 6 years ago

yes i did.. i have the table and the columns but the problem now is that i cannot login to the dashboard.. it says invalid username or password... i inputted correct data..what is wrong?

AlirezaAlgo commented 6 years ago

please remove the admin table and create that with migration