cancel
Showing results for 
Search instead for 
Did you mean: 

Installation error at 0%

Installation error at 0%

Magento tries to install but stop after an hour with the following console log messages

Starting Magento installation:
File permissions check...

Required extensions check...

Enabling Maintenance Mode...

Installing deployment configuration...

 

Error message 

Installation is incomplete. 
Check the console log for errors before trying again.

 

 

kindly help. It been multiple times that i have tried to install and still getting stuck at this point

1 REPLY 1

Re: Installation error at 0%

Hey @vand_3dup,

Increase your max execution time  and memory limit on the server. 

OR 


Add following lines into index.php and try. 

ini_set('memory_limit','-1');
ini_set('max_execution_time', 0);

 

BTW for magento2 you should have memory_limit 4096M.


I hope it will help you!