Hi Folks.
Iam trying to install vitxi but on the browser screen i have this error:
Could not connect. Please check your settings.
On the cli i try to do:
php artisan logs:clear && php artisan app:fix-permissions
php artisan migrate:fresh --force
php artisan websockets:ssl-config
systemctl restart vitxi && systemctl restart vitxi-worker
on the php artisan migrate:fresh --force i get the result:
2020_05_20_200419_create_groups_table … 12.82ms FAIL
In Factory.php line 864:
Class “Database\Factories\GroupFactory” not found
I have a root user and pw for the OS, I haven’t specifically set one for the db; unless the installation does that. Im sorry, I am windows guy, so I am learning Linux as I go. Normally when I install Vital and then open up the Vitxi it has me set the un/pw for the db for the install, however this time it shows it can’t connect to the server as you see in the picture.