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
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,33 @@ other support contacts
40
40
- 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.
41
41
42
42
Solution: remove the `vendor` directory and the `composer.lock` and do a fresh install.
43
+
=======
44
+
## Known issues
45
+
46
+
### When upgrading from 1.x to 2.x
47
+
48
+
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).
49
+
50
+
- Error message: `Fatal error: Call to undefined method MagentoHackathon\Composer\Magento\Installer::setDeployManager()`
51
+
52
+
To prevent this error, upgrade only *magento-composer-installer* first:
0 commit comments