Hi everyone!
I'm new to Magento and I'm trying to install it locally on MAMP. I've tried an installation with sample data before, but with no success (stopped at 87%, without showing any errors, and so I quitted it). Now I'm trying a new installation, but that's what I've got:
X Intallation is incomplete.
Check the console log for errors before trying again.
[ERROR] LogicException: Unknown module in the requested list: 'Magento_BundleSampleData' in /Applications/MAMP/htdocs/magento1/setup/src/Magento/Setup/Model/Installer.php:403
Stack trace:
#0 /Applications/MAMP/htdocs/magento1/setup/src/Magento/Setup/Model/Installer.php(364): Magento\Setup\Model\Installer->readListOfModules(Array, Array, 'enable_modules')
#1 /Applications/MAMP/htdocs/magento1/setup/src/Magento/Setup/Model/Installer.php(323): Magento\Setup\Model\Installer->createModulesConfig(Array)
#2 /Applications/MAMP/htdocs/magento1/setup/src/Magento/Setup/Controller/Install.php(97): Magento\Setup\Model\Installer->install(Array)
#3 /Applications/MAMP/htdocs/magento1/vendor/zendframework/zend-mvc/src/Controller/AbstractActionController.php(82): Magento\Setup\Controller\Install->startAction()
#4 [internal function]: Zend\Mvc\Controller\AbstractActionController->onDispatch(Object(Zend\Mvc\MvcEvent))
#5 /Applications/MAMP/htdocs/magento1/vendor/zendframework/zend-eventmanager/src/EventManager.php(444): call_user_func(Array, Object(Zend\Mvc\MvcEvent))
#6 /Applications/MAMP/htdocs/magento1/vendor/zendframework/zend-eventmanager/src/EventManager.php(205): Zend\EventManager\EventManager->triggerListeners('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#7 /Applications/MAMP/htdocs/magento1/vendor/zendframework/zend-mvc/src/Controller/AbstractController.php(118): Zend\EventManager\EventManager->trigger('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#8 /Applications/MAMP/htdocs/magento1/vendor/zendframework/zend-mvc/src/DispatchListener.php(93): Zend\Mvc\Controller\AbstractController->dispatch(Object(Zend\Http\PhpEnvironment\Request), Object(Zend\Http\PhpEnvironment\Response))
#9 [internal function]: Zend\Mvc\DispatchListener->onDispatch(Object(Zend\Mvc\MvcEvent))
#10 /Applications/MAMP/htdocs/magento1/vendor/zendframework/zend-eventmanager/src/EventManager.php(444): call_user_func(Array, Object(Zend\Mvc\MvcEvent))
#11 /Applications/MAMP/htdocs/magento1/vendor/zendframework/zend-eventmanager/src/EventManager.php(205): Zend\EventManager\EventManager->triggerListeners('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#12 /Applications/MAMP/htdocs/magento1/vendor/zendframework/zend-mvc/src/Application.php(314): Zend\EventManager\EventManager->trigger('dispatch', Object(Zend\Mvc\MvcEvent), Object(Closure))
#13 /Applications/MAMP/htdocs/magento1/setup/index.php(31): Zend\Mvc\Application->run()
#14 {main}
Can someone help me?
Thanks!
I would reinstall from fresh with no data and then run the command php -dmemory_limit=2G bin/magento sampledata:deploy from magento root directory.