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
{{ message }}
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
pre operation: send a message to a user;
then visit page: http://phphub5.app/messages
it reports:
ErrorException in Connection.php line 666:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'messages.deleted_at' in 'where clause' (SQL: select * from messages where messages.deleted_at is null and messages.thread_id = 1 and messages.thread_id is not null) (View: \phphub5\resources\views\messages\index.blade.php)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pre operation: send a message to a user;
then visit page: http://phphub5.app/messages
it reports:
ErrorException in Connection.php line 666:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'messages.deleted_at' in 'where clause' (SQL: select * from
messages
wheremessages
.deleted_at
is null andmessages
.thread_id
= 1 andmessages
.thread_id
is not null) (View: \phphub5\resources\views\messages\index.blade.php)The text was updated successfully, but these errors were encountered: