cancel
Showing results for 
Search instead for 
Did you mean: 

Installation page blank 2.3.5

Installation page blank 2.3.5

Magento-ce-2.3.5 opening Installation page blank. Once i brows my url treatq.com it shows a blank page, no error message.

Trying to install Magento 2 open source package on VPS server with below setup.

 

PHP: 7.3

MySQL: 5.6

RAM: 2 GB

Webuzo control panel

 

Any help highly appreciated. Thanks.

2 REPLIES 2

Re: Installation page blank 2.3.5

Hello @Farhad H 

 

if you want to install magento using web, then you need to link domain outer inde.php not pub/index.php

 

Or you can install using command line 

 

php bin/magento setup:install --base-url=https://www.printkuchbhi.com/ --db-host=localhost --db-name=production --db-user=prod-user --db-password=awpVFGDXs5LBVC34 --admin-firstname=PrintKuchBhi --admin-lastname=Admin --admin-email=hello@printkuchbhi.com --admin-user=printkuchbhi --admin-password=printkuchbhi@123 --language=en_US --currency=INR --use-rewrites=1

Hope it will help you.

If works then mark as solution


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

Re: Installation page blank 2.3.5

Got solution after works on apache and off course installed through command line.

Really magento 2 is not for all. It require very deep level technical support. Magento 1 was more easy than m2.

Thank you