You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Error message: `Fatal error: Call to undefined method MagentoHackathon\Composer\Magento\Installer::setDeployManager()` happens when you update from 1.x to 2.x, as we switched from pure installer to plugin.
Fallback Solution(if first one does not work): remove the `vendor` directory and the `composer.lock` and do a fresh install.
41
+
### When upgrading from 1.x to 2.x
44
42
43
+
The update from 1.x to 2.x has to be done with no plugins as otherwise a fatal error will be triggered (which does not hurt, just run the update again and it runs through).
45
44
46
-
-Timeouts and slow downloading. Mostly caused by outtages of Github, Repositories or the Internet.
45
+
-Error message: `Fatal error: Call to undefined method MagentoHackathon\Composer\Magento\Installer::setDeployManager()`
47
46
48
-
for all of this Issues you can make use of the commercial [Toran Proxy](https://toranproxy.com/).
47
+
To prevent this error, upgrade only *magento-composer-installer* first:
0 commit comments