khzg / littlelink-admin

Littlelink admin is an admin panel for littlelink that provides you a website similar linktree.
GNU Affero General Public License v3.0
91 stars 17 forks source link

ErrorException #5

Closed Ruriko closed 2 years ago

Ruriko commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

thanks that fixed it