-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Error while installing sample data for magento2 #1637
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
@Manashvi thank you for reporting this issue. Can you please provide more details? What is your version of magento 2 and sample-data? |
I downloaded the latest zip of magento2 from here https://github.com/magento/magento2 The sample data is 1.0.0-beta |
The default is the develop branch, which is not stable, please download the stable master version https://github.com/magento/magento2/archive/master.zip |
@mazhalai Thanks for your support. I downloaded the stable master version. Its completely working now along with the sample data. (P.S. There was still some memory limit issue while installing the sample data which i resolved by increasing the memory limit in php.ini file) |
It is known issue with sample data on develop branch. We are working on fix now. |
@vpelipenko thanks any timeline? |
Fixed. |
[EngCom] Public Pull Requests - 2.2-develop - MAGETWO-82954: Admin product search - Pressing enter does not submit #4696 #11827 - MAGETWO-82953: Fix #11581: Reference to wrong / non-existing class #11830 - MAGETWO-82887: X-Magento-Tags header containing whitespaces causes exception #11767 - MAGETWO-82886: Improve error reporting for products images import. #11779 - MAGETWO-82754: Magento setup:install interactive shell #11425 - MAGETWO-81594: Issue #6924: Unmask exception message during product import #11363
I am facing this issue while trying to install sample data for magento2.
The error is
[Magento\Setup\SampleDataException] Error during sample data installation: Class Magento\Sales\Model\Service\OrderFactory does not exist
This error occurs while trying to install downloadable products.
Can anyone tell what is the issue.
The text was updated successfully, but these errors were encountered: