cancel
Showing results for 
Search instead for 
Did you mean: 

Installation stopped at 73%

Installation stopped at 73%

Hi,  I was installing the Magento in my hosting which is a VPS hosting from Dreamhost, What I did is first I download the Magento from https://magento.com/tech-resources/download

Full Release with Sample Data - ver 2.2.6 -Added September 18, 2018, tar.gz file, and upload into my hosting via FTP and after that, via the use of unzipper code I extract online and after that, I created the database and run the Magento online via this URL  http://www.magento.skyhighwebs.com

I tried almost 3 times but every time Magento installation stopped at 73% look at the screenshot https://ibb.co/hX4WD3f what is the solution, even VPS hosting is strong, I have a plan of 2GB RAM

 

someone told me to use composer to install and manage Magento, I  red so many articles but every article is for localhost, I directly want to work online, Could someone show me a video how to set up, even hosting companies do not provide click to install like a WordPress

 

Thank you 

 

2 REPLIES 2

Re: Installation stopped at 73%

Hi @parminder _singh

 

I understand the problem you are facing !

 

I think it is because 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

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

Re: Installation stopped at 73%

@Manthan Dave  now I followed your steps and did 

 

 

max_execution_time = 18000max_input_time = 18000memory_limit = 1024M

but still the problem is same again stopped at 73% Smiley Sad