cancel
Showing results for 
Search instead for 
Did you mean: 

Installation: "Installing... 0%" for 30mins already (3nd trial). Help please.

Installation: "Installing... 0%" for 30mins already (3nd trial). Help please.

Hello 

Trying to install Magento 2.3.4 on my live server without success. It's been at "Installing... 0%" for 30mins already(2nd trial). Help please.

1 REPLY 1

Re: Installation: "Installing... 0%" for 30mins already (3nd trial). Help please.

Hi @jeanmomomo7290 

 

Which php version you are using?

 

Increase memory_limit and max_execution_time in php.ini file.

 

Or add following lines in the index.php file of the root folder.

 

ini_set("max_execution_time",0);

ini_set("memory_limit", -1);


check the following system requirement as well.
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html

I hope it will help you!