- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2021
08:09 AM
05-05-2021
08:09 AM
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.
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021
02:16 AM
05-06-2021
02:16 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021
05:59 AM
05-06-2021
05:59 AM
Re: Installation Page Can Not be Open ?
Hello @rkeles
Please refer to https://meetanshi.com/blog/install-magento-2-4-2-on-localhost-using-xampp/ for the solution.
I hope it helps.
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.
200+ Magento 2 Extensions for Enhanced Shopping Experience.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2021
07:04 PM
05-10-2021
07:04 PM
Re: Installation Page Can Not be Open ?
tkss all I am also having this problem