Message Tabe Errors Showing
laravelhero opened this issue · 2 comments
laravelhero commented
When try to click message tab / menu getting errors
ErrorException
Attempt to read property "receiver" on null (View: D:\laragon\www\adminlte\resources\views\livewire\admin\messages\list-conversation-and-messages.blade.php)
hamadaacc commented
yes the same error happened
clovon commented
Make sure to verify these two things:
- Add foreign key constraints on the database level so that you can't delete the user who has a conversation.
- Make sure your receiver_id on the conversations table exists on the user's table as user ID.
Closing for now. Thanks!