Abdulsalam Elsharif
Abdulsalam Elsharif

Reputation: 5101

Magento CE 2.0 installation stops at about 90%

This the first time I work with Magento, I tried to install Magento CE 2.0, But it's stick on 90%" :

enter image description here

I increase the max_execution_time as mentanyt here But not work !

I also increase it to 28000, no luck :(

Any suggestion please ..

(Mac OSx Capitan, MAMP Server, PHP 5.6.10, mysql 5.6.25)

Thanks in advance

Abdusalam

Upvotes: 3

Views: 812

Answers (1)

Abdulsalam Elsharif
Abdulsalam Elsharif

Reputation: 5101

Finally, This is the solution :

Changes the below values in php.ini file to:

max_execution_time = 1800
max_input_time = 1800
memory_limit = 1024M

Hope this help

Regards

Upvotes: 2

Related Questions