All of the solutions I know about to the "Sorry" error are documented here.
Unless your Composer version is ancient, I do not believe upgrading it is required. However, it is always recommended to use the latest version of software.
There is a known issue with PHP 7 that will be addressed shortly in an upcoming patch. Watch for the announcement.
All of the known causes for the "Sorry" error are documented here.
Hi, yes there is. I might have answered wrongly yesterday; if so, I apologize.
However, please wait until a fix for upgrade issues is released. I believe it will be very soon.
To upgrade from the command line AFTER the issues are fixed, run these commands for CE:
composer require magento/product-community-edition 2.0.1 --no-update
composer update
Replace 2.0.1 with the desired version.
There is a way to upgrade from the command line. I might have told you the opposite yesterday; if so, I apologize.
However, please wait until a fix for the upgrade issues is announced. I believe it will be soon.
To upgrade from the command line, run these commands for CE:
composer require magento/product-community-edition 2.0.1 --no-update
composer update
Replace 2.0.1 with the desired version.
Hello guys. Can somebody send me some tutorials how to upgrade 2.0.0 to 2.0.1 on smarterasp.net ? Thank you in advance
composer require magento/product-community-edition 2.0.1 --no-update composer update
Thank you XComSteveJ for the solution