Skip to content
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

ErrorException #5

Closed
Ruriko opened this issue Oct 14, 2021 · 2 comments
Closed

ErrorException #5

Ruriko opened this issue Oct 14, 2021 · 2 comments

Comments

@Ruriko
Copy link

Ruriko commented Oct 14, 2021

I installed this on Ubuntu 20.04 with php7.3 and nginx as my webserver. I get this error when I try visit my site http://bio.adoreanime.com/

ErrorException
Trying to get property 'home_message' of non-object (View: /var/www/bio.adoreanime.com/htdocs/littlelink-admin/resources/views/home.blade.php)

Any fix to this?

@khzg
Copy link
Owner

khzg commented Oct 14, 2021

hi, Test these:

php artisan db:seed --class="AdminSeeder"
php artisan db:seed --class="PageSeeder"
php artisan db:seed --class="ButtonSeeder"
php artisan serve

@Ruriko
Copy link
Author

Ruriko commented Oct 14, 2021

thanks that fixed it

@Ruriko Ruriko closed this as completed Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants