cancel
Showing results for 
Search instead for 
Did you mean: 

Installation Page Can Not be Open ?

Installation Page Can Not be Open ?

Hello,

I upload magento 2.4.2 file with sample data and when I type my website name to start setup adress bar goes to https://www.bver.com.tr/pub/setup/ and page can not be load.

When I type setup adres manual (https://www.bver.com.tr/setup/) adres show https://www.bver.com.tr/setup/#/landing and I only see this screen. how can start to install?

Can you please help me to resolve this issue

thanks.

magento.png

3 REPLIES 3

Re: Installation Page Can Not be Open ?

Hi @rkeles ,

 

Web setup wizard has been removed from magento 2.4.0 on wards.

https://docs.magento.com/user-guide/system/tools.html

 

You can install magento using command line from below command

php bin/magento setup:install --base-url="http://127.0.0.1/mag242sample/" --db-host="localhost" --db-name="mag242sample" --db-user="root" --admin-firstname="admin" --admin-lastname="admin" --admin-email="admin@admin.com" --admin-user="admin" --admin-password="admin123" --language="en_US" --currency="INR" --timezone="America/Chicago" --use-rewrites="1" --backend-frontname="admin"

Change the parameters according to your setup.

 

 

Hope this helps you!

Problem Solved! Click Kudos & Accept as Solution!

Re: Installation Page Can Not be Open ?

Hello @rkeles 
 
 
I hope it helps.
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Installation Page Can Not be Open ?

tkss all I am also having this problem