when install Magento 2.2.3( with sample data)
https://magento.com/tech-resources/download
it hangs on 1%( Module 'Magento_Eav')
it about one hour passed
the same,is there anything I did wrong or other mistake ?
by the way...
for now I am using Magento 2.2.3( no sample data),100% within a few minutes
why ?
Solved! Go to Solution.
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
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