cancel
Showing results for 
Search instead for 
Did you mean: 

Installation geht nicht weiter

SOLVED

Installation geht nicht weiter

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.

 

Dankeaasdasdwe.png

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Installation geht nicht weiter

@Awaken 

 

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
Manish Mittal
https://www.manishmittal.com/

View solution in original post

3 REPLIES 3

Re: Installation geht nicht weiter

aasdasdwe.png

Re: Installation geht nicht weiter

@Awaken 

 

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
Manish Mittal
https://www.manishmittal.com/

Re: Installation geht nicht weiter

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


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer