Description
I am currently in the process of upgrading Magento 2.2.6 to 2.4.2. I had a stable upgrade working prior to 2.4.3 being released. After Tuesday, August 10 when 2.4.3 was released, when I composer upgrade our installation with:
composer require magento/product-community-edition 2.4.2 --no-update
composer require --dev phpunit/phpunit:^9 friendsofphp/php-cs-fixer:~2.16.0 lusitanian/oauth:~0.8.10 pdepend/pdepend:~2.7.1 sebastian/phpcpd:~5.0.0 squizlabs/php_codesniffer:3.5.4 --no-update
composer remove --dev sjparkinson/static-review fabpot/php-cs-fixer --no-update
composer require msp/recaptcha 2.2.2 --no-update
composer require picqer/php-barcode-generator --no-update
composer update
I then enabled MSI modules. During bin/magento inventory:reservation:list-inconsistencies -r | bin/magento inventory:reservation:create-compensations
I had problems where each inconsistency would throw an error saying 'caused exception "Area code is not set"'. I fixed this problem by manually setting the state in vendor/magento/module-inventory-reservation-cli/Command/CreateCompensations.php
. I did not have to do this workaround prior to Tuesday.
After fixing this bug it appears my paid extensions (which hasn't been upgraded yet) now have errors.
There may be more bugs but I currently can't browse the storefront due to these errors.
Was the repository for 2.4.2 updated with the release of 2.4.3? I went from having a stable upgrade to an upgrade full of errors and the only thing that has changed is the new version of Magento releasing.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status