Getting an error on Installation:
[17-Jan-2020 18:21:38 Europe/Berlin] PHP Notice: Undefined variable: cipher in /home/user/public_html/support/public/install.php on line 34
Thanks. This fixed one issue but now another one appears:
(1/1) ErrorException Trying to access array offset on value of type int
--
in ArrayInput.php line 135
at HandleExceptions->handleError(8, 'Trying to access array offset on value of type int', '/home/user/public_html/support/vendor/symfony/console/Input/ArrayInput.php', 135, array('value' => 'freescout:clear-cache', 'key' => 0))in ArrayInput.php line 135
_Edit:_ Apparently a compatibility issue with PHP7.4. Maybe you need to update composer packages so newer php versions are supported. Switching to PHP7.2 fixed it for now.
Use PHP 7.0 - 7.3 for now
Please update the PHP check in the installer to not allow PHP v7.4 yet. I was battling with this problem and got errors that didn't mention anything useful. Until I found this issue and got to complete the setup.
Any chance you'll upgrade the used Laravel version soon so we can use PHP7.4 which is the current standard?
Most likely not this year.