Please check below link and then try to install. Also Change in php.ini.
https://magento.stackexchange.com/questions/129876/magento-2-installation-stuck-at-67-every-time
max_execution_time = 1800
max_input_time = 1800
memory_limit = 1024M
Hallo
ich hab ein Problem beim setup und zwar folgendes: Ich komme immer nur bis zu einen bestimmten lade fortschritt: 58% ich bekomme nie eine Fehlermeldung oder was der gleichen. Ich hab auch schon länger gewartet aber auch nach 2 std und mehr, passiert nichts mehr. Ich hab das ganze auf 3 verschiedenen Systeme probiert auf Windows mit xampp und auf 2 Webspace Server.
Folgende Versionen habe ich noch ausprobiert:
- 2.3.5-p1 (ZIP Version)
- 2.3.4-p2 (ZIP Version)
Ich habe keine idee mehr vielleicht hat ja von euch einer eine lösung.
Danke
Solved! Go to Solution.
Please check below link and then try to install. Also Change in php.ini.
https://magento.stackexchange.com/questions/129876/magento-2-installation-stuck-at-67-every-time
max_execution_time = 1800
max_input_time = 1800
memory_limit = 1024M
Please check below link and then try to install. Also Change in php.ini.
https://magento.stackexchange.com/questions/129876/magento-2-installation-stuck-at-67-every-time
max_execution_time = 1800
max_input_time = 1800
memory_limit = 1024M
Hello @Awaken
some time timeout or memory limit create issue install magento using web.
Better to install using ssh and works fine
bin/magento setup:install --base-url=http://127.0.0.1/magento2/ \ --db-host=localhost --db-name=magento --db-user=magento --db-password=magento \ --admin-firstname=Magento --admin-lastname=User --admin-email=user@example.com \ --admin-user=admin --admin-password=admin123 --language=en_US \ --currency=USD --timezone=America/Chicago --use-rewrites=1
more info
https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-install.html
if works then mark as solution