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

PHP 7.4 #432

Closed
TimoStramann opened this issue Jan 17, 2020 · 5 comments
Closed

PHP 7.4 #432

TimoStramann opened this issue Jan 17, 2020 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@TimoStramann
Copy link
Contributor

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

@TimoStramann
Copy link
Contributor Author

TimoStramann commented Jan 17, 2020

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.

@freescout-helpdesk freescout-helpdesk changed the title Installation Error PHP 7.4 Jan 18, 2020
@freescout-helpdesk
Copy link
Owner

freescout-helpdesk commented Jan 18, 2020

Use PHP 7.0 - 7.3 for now

@fvdm
Copy link
Contributor

fvdm commented Mar 6, 2020

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.

@TimoStramann
Copy link
Contributor Author

Any chance you'll upgrade the used Laravel version soon so we can use PHP7.4 which is the current standard?

@freescout-helpdesk
Copy link
Owner

Most likely not this year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants