0

unable to upgrade Magento 2.3.1 to 2.3.2 on CentOS, Apache2, php7.2, webuzo control panel

Upgrade Error

1 Answer 1

0

Resolved !!

  1. Cron error - was due to crons not setup properly, check for php memory in

php.ini

magento root/.htaccess

magento root/user.ini

, check the cron setup in your webcontrol panel or through Terminal https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html

  1. Dependency Error - Resolved by removing lines from composer.json as per post https://magento.stackexchange.com/a/288006/77564

>

 },
    "require-dev": {
        "phpunit/phpunit": "4.1.0",
        "squizlabs/php_codesniffer": "1.5.3",
        "phpmd/phpmd": "@stable",
        "pdepend/pdepend": "2.4.0",
        "fabpot/php-cs-fixer": "~1.2",
        "lusitanian/oauth": "~0.3 <=0.7.0",
        "sebastian/phpcpd": "2.0.0"
    },

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.