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!
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.
Hi @manuel_fp,
I guess you're using php-fpm. Can you check that error log?
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