You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'slug' in 'where clause' (SQL: select count(*) as aggregate from users where slug = test12345 and users.deleted_at is null)
#386
Open
nakamotojp opened this issue
Sep 21, 2022
· 2 comments
I install new LavaLite, and create new User from FOO.com/user/register, then I have error [SQLSTATE[42S22]: Column not found: 1054 Unknown column 'slug' in 'where clause' (SQL: select count(*) as aggregate from userswhereslug= test12345 andusers.deleted_at is null)](https://FOO.ap-northeast-1.amazonaws.com/user/register#top)
so I make slug in users table, and create new User, then I have error Class "App\Http\Controllers\Auth\Role" not found
of caurse , I already migrated, and composer updated.
The text was updated successfully, but these errors were encountered:
FOO.com/user/register
, then I have error[SQLSTATE[42S22]: Column not found: 1054 Unknown column 'slug' in 'where clause' (SQL: select count(*) as aggregate from
userswhere
slug= test12345 and
users.
deleted_atis null)](https://FOO.ap-northeast-1.amazonaws.com/user/register#top)
Class "App\Http\Controllers\Auth\Role" not found
The text was updated successfully, but these errors were encountered: