cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.2.3 can't install with my localhost

SOLVED

Magento 2.2.3 can't install with my localhost

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
00.png

 

STEP2︰I open the browser and type "localhost/magento",it will show 500 internal error

01.png

 

STEP3︰I check the apache's error log,it will show these error message
02.png

 

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)

03.png

 

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

xampp.png

but if I use Laragon Server,it will show these error message(angular problem?why?)

Laragon.png

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)

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.2.3 can't install with my localhost

seem solved

although I don't know why...

if anything wrong,I will post a new one

View solution in original post

2 REPLIES 2

Re: Magento 2.2.3 can't install with my localhost

seem solved

although I don't know why...

if anything wrong,I will post a new one

Re: Magento 2.2.3 can't install with my localhost

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.