Cuando intento actualizar Magento o instalar alguna extesión a través del setup wizard sale error ¿Como puedo solucionar este problema?}
Estoy utilizando las siguientes especificaciones:
Magento versión 2.3.4
PHP 7.3.16 - El memory limit esta en 786M, es el máximo que me permite el servicio de hosting
Esta es la información del Composer.json
{
"name": "magento/project-community-edition",
"description": "eCommerce Platform for Growth (Community Edition)",
"type": "project",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"require": {
"magento/product-community-edition": "2.3.4",
"mageplaza/magento-2-spanish-language-pack": "dev-master",
"mageplaza/module-core": "^1.4"
},
"require-dev": {
"allure-framework/allure-phpunit": "~1.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"friendsofphp/php-cs-fixer": "~2.14.0",
"lusitanian/oauth": "~0.8.10",
"magento/magento-coding-standard": "~4.0.0",
"magento/magento2-functional-testing-framework": "2.5.3",
"pdepend/pdepend": "2.5.2",
"phpcompatibility/php-compatibility": "^9.3",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "~6.5.0",
"sebastian/phpcpd": "~3.0.0",
"squizlabs/php_codesniffer": "~3.4.0"
},
"conflict": {
"gene/bluefoot": "*"
},
"autoload": {
"psr-4": {
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
"Magento\\Setup\\": "setup/src/Magento/Setup/",
"Magento\\": "app/code/Magento/",
"Zend\\Mvc\\Controller\\": "setup/src/Zend/Mvc/Controller/"
},
"psr-0": {
"": [
"app/code/",
"generated/code/"
]
},
"files": [
"app/etc/NonComposerComponentRegistration.php"
],
"exclude-from-classmap": [
"**/dev/**",
"**/update/**",
"**/Test/**"
]
},
"autoload-dev": {
"psr-4": {
"Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/",
"Magento\\Tools\\": "dev/tools/Magento/Tools/",
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
"Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/"
}
},
"version": "2.3.4",
"minimum-stability": "stable",
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"extra": {
"magento-force": "override"
}
}
Los cron jobs del servidor stan configurado de las siguiente forma:
/usr/local/php71/bin/php-cli /home/u341-wdqwzfycrqte/www/highlandsmeats.com/public_html/bin/magento cron:run | grep -v 'Ran jobs by schedule' >> '/home/u341-wdqwzfycrqte/www/highlandsmeats.com/public_html/var/log/magento.cron.log', '/usr/local/php71/bin/php-cli /home/u341-wdqwzfycrqte/www/highlandsmeats.com/public_html/update/cron.php >> /home/u341-wdqwzfycrqte/www/highlandsmeats.com/public_html/var/log/update.cron.log', '/usr/local/php71/bin/php-cli /home/u341-wdqwzfycrqte/www/highlandsmeats.com/public_html/bin/magento setup:cron:run >> /home/u341-wdqwzfycrqte/www/highlandsmeats.com/public_html/var/log/setup.cron'
El intervalo esta en ***** ( cada minuto)