-
Notifications
You must be signed in to change notification settings - Fork 271
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
Fatal error when installing sample data from CLI #47
Comments
Worked around it by creating an upgrade script, which adds two product attribute options:
|
It looks like the issue is the fixtures/orders.csv file is not serialized when the code is expecting it to be. |
I had this issue and was able to resolve it by following this stackexchange post The issue was related to the CRLF file endings |
Hello @jjewel - this is not working after apply your suggesting in windows |
2.4.6 develop sync
Hello.
I've run into the following error when trying to install sample data from CLI in Magento 2.1.5 CE. This error occurs when running
php bin/magento setup:upgrade
, the first commandphp bin/magento sampledata:deploy
executed with no problems.Thanks in advance.
The text was updated successfully, but these errors were encountered: