PHP 7.0.28
Apache 2.4.29
MySQL 5.7.21
Windows 10
STEP1︰I use the composer command line(seem like no error)
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.2.3
STEP2︰I open the browser and type "localhost/magento",it will show 500 internal error
STEP3︰I check the apache's error log,it will show these error message
STEP4︰after some google,I uncomment the "modules/mod_version.so" with my apache's httpd.conf
[before]
#LoadModule version_module modules/mod_version.so
[after]
LoadModule version_module modules/mod_version.so
STEP5︰I restart apache and refresh "localhost/magento" again,500 internal error disappear,but appear blank page...and this time,there is no more new error message in apache's error log(I also check the php's error log,the same,no any error log)
STEP6︰I also check this tutorial and very sure that "Required PHP extensions" is all done
http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements-tech.html
STEP7︰the .htaccess file also the default file,no update any code before
I Did some research
if I use XAMPP Server,no problem at all
but if I use Laragon Server,it will show these error message(angular problem?why?)
http://localhost/magento_2.2.3/setup/index.php/navigation 404 (Not Found)
http://localhost/magento_2.2.3/setup/index.php/navigation/side-menu 404 (Not Found)
http://localhost/magento_2.2.3/setup/index.php/navigation/header-bar 404 (Not Found)
Solved! Go to Solution.
seem solved
although I don't know why...
if anything wrong,I will post a new one
What is your conclusion, I need to install 2.3.3, I have the same problem as you, but I have not solved it yet.