cancel
Showing results for 
Search instead for 
Did you mean: 

I have an installation problem with Magento 2.2, help me!

SOLVED

I have an installation problem with Magento 2.2, help me!

 

Well, I have a problem installing Magento 2.2 because the installation stopped at 49% in "Installing user configuration...". I already researched a lot about this subject but without success... Thanks in advance!

 

magento2.png

1 ACCEPTED SOLUTION

Accepted Solutions

Re: I have an installation problem with Magento 2.2, help me!

Hi @gabriel_sabatin 

 

Well this is known issue - please find following solution :

 

In your php.ini file increase values of below parameters.

 

  • max_execution_time = 18000
  • max_input_time = 1800
  • memory_limit = 1024M

Note : Make sure you increase max_input_time value to at least 1800 and it will works !! 

 

Refer this link for more details - https://devdocs.magento.com/guides/v2.3/install-gde/trouble/php/tshoot_70pct.html

 

https://community.magento.com/t5/Installing-Magento-2-x/Magento-2-installation-stuck-at-66/td-p/2825...

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

View solution in original post

1 REPLY 1

Re: I have an installation problem with Magento 2.2, help me!

Hi @gabriel_sabatin 

 

Well this is known issue - please find following solution :

 

In your php.ini file increase values of below parameters.

 

  • max_execution_time = 18000
  • max_input_time = 1800
  • memory_limit = 1024M

Note : Make sure you increase max_input_time value to at least 1800 and it will works !! 

 

Refer this link for more details - https://devdocs.magento.com/guides/v2.3/install-gde/trouble/php/tshoot_70pct.html

 

https://community.magento.com/t5/Installing-Magento-2-x/Magento-2-installation-stuck-at-66/td-p/2825...

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution