-
Notifications
You must be signed in to change notification settings - Fork 75
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
Doesn't work with PHP 7.4 and Magento 2..42 #156
Comments
You could also try:
(If |
Hi @PascalBrouwers , |
Just put it somewhere in the deploy.rd doesn't really matter where. Though it's better to put it in your config/[environment].rd |
Hi @PascalBrouwers, |
Hi !
With Magento 2.4.2 and PHP 7.4.X,t he deployment doesn't work due to php's version in update/ directory. I've tried to update the Magento updater with this documentation: https://devdocs.magento.com/guides/v2.3/comp-mgr/updater/update-updater.html but without success.
To resolve this issue, I've deleted the update/ folder and all works fine. Do you think it would be possible to add a parameter not to update the updater?
https://github.com/davidalger/capistrano-magento2/blob/master/lib/capistrano/tasks/magento.rake#L132
Thanks !
The text was updated successfully, but these errors were encountered: