Hi Magento peeps,
I am using the Install Setup Wizard, got to Step 6: Install which gets to 90% before displaying:
Installation is incomplete. Check the console log for errors before trying again.
Console log shows progress up to:
Module 'Magento_ConfigurableSampleData':
I have tried to 'Try Again' many times but it does not proceed any further.
Thank you for any help you can provide.
Is there any stack trace? Can you please post that? Also, how did you deploy, via git, composer or zip?
I have the same problem here, im following this guide to install magento2 not 1.9.x
It gets stuck on
Module 'Magento_ConfigurableSampleData':
I uploaded the files to my server and then ran the Setup Wizard Installation by browsing to http://<Magento host or IP>/<path to Magento root>/setup
see: http://devdocs.magento.com/guides/v2.0/install-gde/install/web/install-web.html
Increase max_execution_time in php.ini.
Refer: http://devdocs.magento.com/guides/v2.0/install-gde/trouble/php/tshoot_70pct.html
max_execution_time indeed was problem for me,
I also had to increase memory_limit
look at the apache error logs, it will tell you why something failed.
also make sure when u restart apache, it really picks up new config values ( check via phpinfo() )
good luck!
I am facing same problem.
I increased memory limit to 300M from 48M
max_execution_time = 50000
Where I can see error apache error log???
How to restart apache???
Sorry, but I am new to this field.
My error log : http://www.rapidtables.com/tools/notepad.htm#.Voc5mtxSCJ0
thanks
Thank worked for me!
thanks
Usually you can restart apache by:
sudo service restart apache2