Magento 2.2.3 can't install with Laragon Full 3.1.9
-
all detail under here(the magento forum)
https://community.magento.com/t5/Installing-Magento-2/Magento-2-2-3-can-t-install-with-my-localhost/td-p/89835download magento 2.2.3 under here
https://magento.com/tech-resources/download
-
-
@leokhoa
it seem like it must be login first and the image will show up...what the...PHP 7.0.28
Apache 2.4.29
MySQL 5.7.21
Windows 10STEP1︰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.soSTEP5︰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.htmlSTEP7︰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)
-
@bau720123 : I'll check and get back to you soon.
-
thanks @leokhoa
if anything I did wrong,please point out my mistake,thanks a lot
-
@bau720123 : I've tested - it's fine.
I guess you might do something wrong. I'll make a tutorial shortly for it so you can follow.
-
@bau720123 : Here you are:
https://forum.laragon.org/topic/877/tutorial-how-to-install-magento-with-laragon/Please feed back if it solve your issue.
-
thanks @leokhoa
seem solved,although I still don't know why...
maybe I will do some research later (apache setting...php setting...etc)
is Laragon portable version also good to work ?
-
hi @leokhoa
I finally know why I can't install magento 2.2.3 before
because of I use php nts version
such like this
https://windows.php.net/downloads/releases/php-7.0.28-nts-Win32-VC14-x64.zip
if I use
php-7.1.15-Win32-VC14-x64
problem solved
-
Before you start the installation, you need to have to take care of these things:
1: XAMPP Server installed in your computer.
2: Magento 2 Downloaded (You can download Magento 2 from this link: https://www.magentocommerce.com/download)
Magento 2 has some installation requirements like:
Apache Version 2.2 or 2.4
PHP Version 5.5.x or 5.6.x
MySQL Version 5.6xYou can check this guide about installing: https://www.cloudways.com/blog/how-to-install-magento-2-on-localhost/