cancel
Showing results for 
Search instead for 
Did you mean: 

Install Setup Wizard - Installation is incomplete

Install Setup Wizard - Installation is incomplete

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.

 

 

9 REPLIES 9

Re: Install Setup Wizard - Installation is incomplete

Is there any stack trace? Can you please post that? Also, how did you deploy, via git, composer or zip?

Re: Install Setup Wizard - Installation is incomplete

I have the same problem here, im following this guide to install magento2 not 1.9.x

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-magento-on-ubuntu-14-0...

 

It gets stuck on

Module 'Magento_ConfigurableSampleData':

 

Re: Install Setup Wizard - Installation is incomplete

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

Re: Install Setup Wizard - Installation is incomplete

Re: Install Setup Wizard - Installation is incomplete

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!

Re: Install Setup Wizard - Installation is incomplete

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

 

Re: Install Setup Wizard - Installation is incomplete

Thank worked for me!

Re: Install Setup Wizard - Installation is incomplete

thanks

Re: Install Setup Wizard - Installation is incomplete

Usually you can restart apache by:

 

sudo service restart apache2

 

---
I'm a Magento Developer living in Melbourne, Australia with 4 x Magento certifications Smiley Happy