cancel
Showing results for 
Search instead for 
Did you mean: 

Installation Stops at Running schema recurring (27%)

Installation Stops at Running schema recurring (27%)

Captura de pantalla 2018-03-21 a la(s) 11.58.16.png

 

I have installed using MAMP as localhost but everytime i try to install it gets stucked there. Is there any solution to this?

 

Thanks in advance!

5 REPLIES 5

Re: Installation Stops at Running schema recurring (27%)

Hi @manuel_fp,

 

Can you check your webserver error log?

Maybe is a memory limit problem?

Re: Installation Stops at Running schema recurring (27%)

Hi @Damian Culotta This is the log ive found on apache

 

[Wed Mar 21 15:11:23 2018] [notice] Digest: generating secret for digest authentication ...
[Wed Mar 21 15:11:23 2018] [notice] Digest: done
[Wed Mar 21 15:11:23 2018] [notice] Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.1.0 mod_ssl/2.2.34 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0 configured -- resuming normal operations
[Wed Mar 21 15:11:24 2018] [notice] FastCGI: process manager initialized (pid 35066)

 

Thats all I get, and I try to restart installation and get stucked on the same percentage.

Re: Installation Stops at Running schema recurring (27%)

Hi @manuel_fp,


I guess you're using php-fpm. Can you check that error log?

Re: Installation Stops at Running schema recurring (27%)

Hello @manuel_fp
Please try using private browser in Firefox or incognito in Chrome.
If possible don't do any other work while Magento2 is installing.
Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Installation Stops at Running schema recurring (27%)

Yes its because of execution timeout issue , kindly do below configuration in php.ini file

 

In your php.ini file configuration should be like below :

 

max_execution_time = 18000

max_input_time = 18000

memory_limit = 1024M

 

Fore More details refer below link : 

 

http://devdocs.magento.com/guides/v2.0/install-gde/prereq/apache.html

 

http://devdocs.magento.com/guides/v2.0/install-gde/system-requirements.html

if issue solved,Click Kudos & Accept as Solution