cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3 opening Installation leads to blank page

Magento 2.3 opening Installation leads to blank page

I've been trying to install Magento2 open source package on local server using MAMP.

 

PHP: 7.3.1

MySQL: 5.7.25

 

After opening http://localhost:8888/Magento I'm getting auto-re-directed to: http://localhost:8888/Magento/setup/

 

However the page is completely blank.

 

What can I do to complete installation?

4 REPLIES 4

Re: Magento 2.3 opening Installation leads to blank page

Hello @henk_henk 

 

Try giving permission to the root folder of magento

 

sudo chmod -R 777 root folder of magento/

Re: Magento 2.3 opening Installation leads to blank page

Hey @henk_henk 

Magento officially support PHP 7.2 version for magento 2.3.1.
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements.html

Try once with PHP 7.2 and give full permission to the folder when install.

sudo chmod -R 0777 YOUR_MAGENTO_FOLDER_PATH

I hope it will help you!

Re: Magento 2.3 opening Installation leads to blank page

Thanks, but it didn't change anything. Still got the blank page. My magento2 folder is in MAMP / htdocs does that matter in any way? Also I run this on MAC.

 

Anyone has any solution?

Re: Magento 2.3 installing: FATAL ERROR

Tried some troubleshooting and now I've got this error:

 

Changed title of topic as well

 

Fatal error: Uncaught Exception: Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /Applications/MAMP/htdocs/Magento/vendor/zendframework/zend-stdlib/src/ArrayObject.php on line 426 in /Applications/MAMP/htdocs/Magento/vendor/magento/framework/App/ErrorHandler.php:61 Stack trace: #0 /Applications/MAMP/htdocs/Magento/vendor/composer/ClassLoader.php(444): Magento\Framework\App\ErrorHandler->handler(2, '"continue" targ...', '/Applications/M...', 426, Array) #1 /Applications/MAMP/htdocs/Magento/vendor/composer/ClassLoader.php(444): include() #2 /Applications/MAMP/htdocs/Magento/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/Applications/M...') #3 [internal function]: Composer\Autoload\ClassLoader->loadClass('Zend\\Stdlib\\Arr...') #4 /Applications/MAMP/htdocs/Magento/vendor/zendframework/zend-stdlib/src/Parameters.php(29): spl_autoload_call('Zend\\Stdlib\\Arr...') #5 /Applications/MAMP/htdocs/Magento/vendor/zendframework/zend-http/src/PhpEnvironment/Requ in /Applications/MAMP/htdocs/Magento/vendor/zendframework/zend-servicemanager/src/ServiceManager.php on line 941