-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 8.0 Imagick not supported / causes error #138
Comments
Any progress on this issue? |
@simonkey I think this issue is probably related to this one: #135 I also confirmed this seems to be an issue related to |
@sgelliott Yes, it only happens with |
@simonkey I get the |
@sgelliott I've tried different php extensions and as you stated |
Any updates on this issue? |
Just ran into this same issue with the |
The extension imagick cannot be enabled for the platform.sh recipe when using php 8.0. There was an issue/bug in the platform.sh image which has been resolved.
Setup direct in
.platform.app.yaml
or via override.Causes the following error:
The deployment to platform.sh works without issues, the error only occurs locally. If I override the extensions and remove
imagick
, then it's possible to start the lando project. Maybe there is the latest image for php 8.0 missing / wrong tagged.The text was updated successfully, but these errors were encountered: