-
Notifications
You must be signed in to change notification settings - Fork 9.4k
RC deploy via composer #2329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@luckyraul we have changed how magento is deployed via composer. Now modules will not be marshaled anymore and will work fine from any location, as long as a component is properly registered. Please see this documentation for more details. Also, for better understanding of why this change was made, please read through all comments in this thread. |
It's okay to load from vendor, but now I get this error after clean install
|
It's a problem of getting the relative path from the vendor folder inside Magento\Framework\Filesystem\Driver\File |
@luckyraul there is an issue with relative paths, please see this comment for more details. Workaround is to ensure
|
That's it, thanks. |
Fixed issues: - MAGETWO-88028 Table is full errors on same modify profile - MAGETWO-89417 [2.3.x][Functional-Tests] - AdminSwitchWYSIWYGOptionsCest fails on 2.3-develop
With this config Magento2 core modules do not copy to their folders
same config worked well with beta6
The text was updated successfully, but these errors were encountered: