-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Cannot install due to php fatal error #3527
Comments
👋 Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue. |
On previous deployment I had to run the composer install command as httpd user but here on Scientific Linux even while running this as httpd user I get the exact same error :
|
Doing more test with nginx but can't issue this command succesfully : result :
Don't know how to debug further. |
Same error with the next command : php72 artisan key:generate result
|
Finally I found that tag 2.3.15 installs Laravel version 5.2 witch is not compatible with PHP72. Going on branch 2.4 allowed me to solve this. |
Hi,
trying to install on Scientific Linux release 7.5 (Nitrogen)
when running the following command :
composer install --no-dev -o
i get this error :
.env file with no spaces, I even tested with all values between double quotes.
rpm -qa |grep php :
Tested with 2.3.14 same issue, how can I install this app ?
Thanks for any help...
The text was updated successfully, but these errors were encountered: