cancel
Showing results for 
Search instead for 
Did you mean: 

Magento2 + PHP7 installation freeze 88%-89%.

Magento2 + PHP7 installation freeze 88%-89%.

Centos 7
Apache: 2.4.6
PHP: 7.0.3
Mysql: 5.6.29

 

Hi All.

In the final step of Magento Installer (Step6), the process freeze in a progress installing...88% or 89%.

The console log shows this steps: 

on 88% freeze: Module 'Magento_BundleSampleData':

                            Installing Data..

on 89% freeze:Module 'Magento_DownloadableSampleData':

                            Installing Data..

 

in (./var/log/install.log) there are no errors.

 

I tried to use cli command but maybe something wrong:

in (./bin) from terminal,I typed "

magento setup:install

"..........result: Command not found.

 

Any idea?Thanks.

3 REPLIES 3

Re: Magento2 + PHP7 installation freeze 88%-89%.

What is your max execution time? It should be set to 18000

Re: Magento2 + PHP7 installation freeze 88%-89%.

I increased the "max_execution_time" to 300 and the installation is successful!

Thanks so much!

 

But now i have "404 error on admin page" and problems with graphics on other pages........Smiley Frustrated

Re: Magento2 + PHP7 installation freeze 88%-89%.

you need to run

bin/magento setup:static-content:deploy

on your command line. Also check file permissions as mentioned here and here.