Hi All
I am trying to get the software set up on Ubuntu 22.04 with Apache. So far the whole install seemed to go OK, up to the web installation script part. When running the Wizard it gets to Finishing site setup
but then throws the following error:
[2024/03/05 12:00:00] => Handler error (onInstall): Undefined array key "site_name"
[2024/03/05 12:00:00] => Trace log:
#0 /var/www/loopstraat/setup/classes/SetupController.php(585): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
#1 /var/www/loopstraat/setup/classes/SetupController.php(470): SetupController->setSeederProperties()
#2 /var/www/loopstraat/setup/classes/SetupController.php(253): SetupController->completeSetup()
#3 /var/www/loopstraat/setup/classes/SetupController.php(281): SetupController->onInstall()
#4 /var/www/loopstraat/setup/classes/SetupController.php(46): SetupController->execPostHandler()
#5 /var/www/loopstraat/setup/bootstrap.php(62): SetupController->__construct()
#6 /var/www/loopstraat/setup.php(1): include_once('...')
#7 {main}
Any ideas what I am doing wrong?
Thank you