- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento 2.3 Installation blank page
I am trying to install Magento 2.3 but on Installation page, It is showing blank page. I am using Ubuntu 18.04.1 LTS and Dell laptop inspiron 15 7000 gaming.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3 Installation blank page
Hi @ankurkinex
So the installation process has started ? what you have run in the URL ? - or after installation its showing blank page ? - kindly give more idea on this - if possible share screenshot as well.
So its help us to troubleshoot the issue !
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3 Installation blank page
@Manthan DaveInstallation is not event started. Just Blank page.My localhost url is http://localhost/magentonew/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3 Installation blank page
Hi @ankurkinex
I would suggest you to run this url - http://localhost/magentonew/index.php/setup
then check it is working or not ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3 Installation blank page
@ankurkinex, You have display blank page for installation due to you have used PHP 7.1 or lower version.
You must use PHP 7.2 version for installation of Magento 2.3 if your system hasn't PHP 7.2 installed first install PHP 7.2 and then try to install.
Check technology stack,
https://devdocs.magento.com/guides/v2.3/architecture/tech-stack.html
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3 Installation blank page
this is not working for me, even I installed ea-php7.2 on cPanel server. still showing blank page and nothing in apache error logs.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3 Installation blank page
Same case to me. I am getting a blank screen even before starting the installation process. Any help on this?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3 Installation blank page
I am having same issue still no solution for it?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento 2.3 Installation blank page
change your folder permissions to 777.
on comand prompt run this command sudo chmod -R 777 magento2.
Its worked.