I’m upgrading an OroCommerce installation from version 3.1.17 to 4.1.1.
I’ve upgraded php to 7.3.15 and I’m going through the upgrade instructions in a VM.
When I run the command sudo php bin/console oro:platform:update --env=prod --force
I get this message:
In OroEntityExtendBundle.php line 121:
In ContainerBuilder.php line 1032:
You have requested a non-existent service "mail".
Any ideas? Thanks
2
Answers
I just found my answer at https://github.com/oroinc/platform/blob/master/CHANGELOG.md
The problem was I copied the parameters from my previous installation and the mail transport is not up to date.
Please follow the changelog.md to see all the changes that the customization can be affected with.
Here is the related paragraph:
https://github.com/oroinc/platform/search?l=Markdown&q=mail%20sendmail