-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shoutbox error #14
Comments
$user->id of 0 is for the System account which posts the System Auto Shouts. do you have these in you DB? As im not seeing this issue. |
after I ran the seed I got The seed just increments and starts at 1 but I do get them in the right order now |
I did not realize that it required a specific set of id's i will work on this now |
This goes in hand with #10 |
Description:
When a shoutbox message has the user 0 an exception is displayed
Steps To Reproduce:
Have a message in the shoutbox table by user id 0.
Go to "[url]/".
Possible Fix:
Check if $messages->user is 0
The text was updated successfully, but these errors were encountered: