-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Can't install sample data #1216
Comments
+1 |
1 similar comment
+1 |
Thank you for reporting the issue. We will fix the problem and get back to you once we have the working code. |
+1 Same issue on Mac too. |
Error still exists with latest sample data (Tag |
+1 for 0.74.0-beta7 |
1 similar comment
+1 for 0.74.0-beta7 |
I got these errors when install it with sample data via web:
|
The problem still exists. Tested with latest n98-magerun2 developer version. |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Guys, we are working on the fix, Internal ticket is in progress now. |
@asrob Seems like you're trying to install sample data on top of already installed data. Could you try to clean up the database and try again? |
+1 |
@kokoc Sure, I'll try again soon. |
@kokoc I tried it again but I got an error:
Fresh database, magento2 beta-8 with sample data 0.74.0-beta7. I tried it without sample data but after install I got 404 error. But this is another issue. (#1250) |
Guys, in case your 'dev/tools/Magento/Tools/SampleData/install.php' fails Run Or you can run *replace the xxx with your existing admin credentials |
MAGETWO-36702 [GITHUB] Can't install sample data #1216
I can confirm that the sample data installation now works again! Thank you :-) |
The fix is now available in 0.74.0-beta9. Thank you very much for your contribution and continued support to Magento 2! @minhluan259 Could you please verify the issue? |
Hi @minhluan259,
|
Sample Data packages are fixed now. Please, try to reinstall. |
@buskamuza . It still error: |
Similar issue #1295 |
@minhluan259, do you have xdebug enabled? |
@minhluan259 we identified a source of timeouts. Appropriate item is placed in backlog: MAGETWO-37970. Details in #1295 |
@minhluan259, thanks for the details. Could you, please, help us to clarify installation of Sample Data?
Thanks for the hellp |
|
@voleye, I has xdebug enabled. |
@minhluan259 , thanks so much! |
@kokoc , @buskamuza. After remove set_time_limit(3600) on line 78 Magento\SampleData\Model\Installer and install (about 2h, so slowly) by Setup Wizard have success. |
@minhluan259 , enabled XDebug may cause significant performance degradation, that's why you may have so long installation. Let us know, if you try it with xDebug disabled and it's still so slow. And I created an internal ticket for these warnings in the deployment command - MAGETWO-38010 |
@minhluan259, internal ticket was fixed and closed. Could you verify the fix on the latest source code in develop branch? |
- Merge Pull Request magento-engcom/magento2ce#1216 from serhii-balko/magento2:github-8453 - Merged commits: 1. 21566e8
Windows 8.1 / Xampp V3.2.1
By Setup Wizard:
98% (about 1h)
http://www.awesomescreenshot.com/image/144185/a1c96922f99038abcdaaaff0d562b2af
By command:
Luan@MINHLUAN /d/App/htdocs/magentodev/dev/tools/Magento/Tools/SampleData (maste
r)
$ php -f install.php -- --admin_user=admin
Fatal error: Cannot instantiate interface Symfony\Component\Console\Output\OutputInterface in D:\App\htdocs\magentodev\lib\internal\Magento\Framework\ObjectManager\Factory\Dynamic\Developer.php on line 75
Call Stack:
0.0003 129504 1. {main}() D:\App\htdocs\magentodev\dev\tools\Magento\Tools\SampleData\install.php:0
8.2838 11881648 2. Magento\Framework\App\Bootstrap->run() D:\App\htdocs\magentodev\dev\tools\Magento\Tools\SampleData\install.php:30
8.3015 11903296 3. Magento\Tools\SampleData\InstallerApp->launch() D:\App\htdocs\magentodev\lib\internal\Magento\Framework\App\Bootstrap.php:245
8.4709 11907960 4. Magento\Framework\ObjectManager\ObjectManager->get()
D:\App\htdocs\magentodev\dev\tools\Magento\Tools\SampleData\InstallerApp.php:94
8.4710 11908040 5.Magento\Framework\ObjectManager\Factory\Dynamic\Developer>create() D:\App\htdocs\magentodev\lib\internal\Magento\Framework\ObjectManager\ObjectManager.php:71
8.5846 11929816 6.Magento\Framework\ObjectManager\Factory\Dynamic\Developer>_resolveArguments() D:\App\htdocs\magentodev\lib\internal\Magento\Framework\ObjectManager\Factory\Dynamic\Developer.php:84
8.5848 11930600 7.Magento\Framework\ObjectManager\Factory\AbstractFactory>resolveArgument() D:\App\htdocs\magentodev\lib\internal\Magento\Framework\ObjectManager\Factory\Dynamic\Developer.php:53
8.5848 11930632 8. Magento\Framework\ObjectManager\ObjectManager->get()
D:\App\htdocs\magentodev\lib\internal\Magento\Framework\ObjectManager\Factory\AbstractFactory.php:236
8.5848 11930728 9.Magento\Framework\ObjectManager\Factory\Dynamic\Developer>create() D:\App\htdocs\magentodev\lib\internal\Magento\Framework\ObjectManager\ObjectManager.php:71
The text was updated successfully, but these errors were encountered: