Hi Guys, Im trying to install magento but it gets stuck at 66%
Module 'Magento_ConfigurableSampleData':
Installing data...
Im using hostgator as hosting, but cant seem to find what im doing wrong.
Yes its because of 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
You can also refer this link - https://community.magento.com/t5/Installing-Magento-2-x/Magento-2-Installation-error-at-66/td-p/9232...
You can use CLI for installing Magento 2. follow this link and install Magento quickly.
https://popatkaran.wordpress.com/2018/05/17/download-and-install-magento-2-using-cli/
if issue solved,Click Kudos & Accept as Solution
Still the same issue.
memory_limit = 1024M
max_input_vars = 3000
max_execution_time = 18000
post_max_size = 32M
upload_max_filesize = 32M
memory_limit = 1024M ;
Thats what i have on my php.ini on the main hosting folder.
Hi @manuel_fp
I think the change you have done is not reflect on Magento - do one thing create one test.php file and add phpinfo in it
then check at frontend - what memory , execution time and other details its showing !
Is it showing updated one or its still showing old one , could you please confirm ?
Well I actually created a whole new pho.ini file with these values:
memory_limit = 1024M
max_input_vars = 18000
max_execution_time = 18000
post_max_size = 32M
upload_max_filesize = 32M
memory_limit = 1024M ;
I dont know what am i missing, or am i editing the wrong php file?
Still stuck at 66%
Hi Everyone
New to Magento and am having the same issue as above, the only difference I seem to have is that I cannot locate my php.ini file. The only file I have in my root directory is php.ini.sample.
Any help would be very appreciated! :-)
p.s I am a front end dev not a server admin so I am not well versed in this area. I am uploading the Magento files to my public_html folder... is that the correct place to upload them to?
Hello @manuel_fp,
Please try to install Magento2 by terminal, Go to magento root directory and run below command after adding appropriate detail
php bin/magento admin:user:create –admin-user='[admin_username]’ –admin-password='[admin_password]’ –admin-email='[admin_email]’ –admin-firstname='[admin_firstname]’ –admin-lastname='[admin_lastname]’
Let us know if you get still issue.
--
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution"
I got the error message:
[Symfony\Component\Console\Exception\RuntimeException]
Too many arguments, expected arguments "command".
admin:user:create [--admin-user ADMIN-USER] [--admin-password ADMIN-PASSWORD] [--admin-email ADMIN-EMAIL] [--admin-firstname ADMIN-FIRSTNAME] [--admin-lastname ADMIN-LASTNAME] [--magento-init-params MAGENTO-INIT-PARAMS]
Done that and it still gets stuck, in my case at 51%. Left it alone for 3 hours and it still hadn't budged.