Magneto 2.2.3 installation with laragon 3.2.3
-
Hi ,
Downloaded and installed magento as you said and it is asking for composer install in browser when i try to access it. While doing composer install getting error:
Please let me know how to solve it
Thanks
Ramsai
-
@Ram-Sai : Magento has not supported PHP 7.2, Just add PHP 7.1 and it will be fine:
https://forum.laragon.org/topic/166/tutorial-how-to-add-another-php-version
-
@leokhoa
changed the php version and update with composer and now i am doing the readiness getting below errors
-
@Ram-Sai : Please check my tutorial here:
https://forum.laragon.org/topic/877/tutorial-how-to-install-magento-with-laragon
-
@leokhoa
After checking with above url i am getting below errors:
-
@leokhoa : did i have any solution ? still i am getting the same error as the screeenshot i shared above. Please reply
-
@Ram-Sai : Your image is very strange.
From the image:
Your PHP version is
: what?
The required PHP version is
: what?Please install Laragon 3.1 to another folder C:\laragon31:
https://sourceforge.net/projects/laragon/files/releases/3.1/laragon-wamp.exethen re-try my tutorial:
https://forum.laragon.org/topic/877/tutorial-how-to-install-magento-with-laragon
-
@leokhoa below is the error when i checked errors_log file :
[02-May-2018 05:42:04 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'D:/laragon/bin/php/php-7.1.14-Win32-VC14-x64/ext\php_curl.dll' - The specified module could not be found.
in Unknown on line 0
[02-May-2018 05:42:04 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'D:/laragon/bin/php/php-7.1.14-Win32-VC14-x64/ext\php_openssl.dll' - The specified module could not be found.
in Unknown on line 0I have enabled them in php.ini and also in php-development.ini and php-production.ini in
\laragon\bin\php\php-7.1.14-Win32-VC14-x64\ext
Is theer anything i need to change
-
@Ram-Sai : If you don't want to install a new environment as I suggested, you can try add another Apache:
https://forum.laragon.org/topic/165/tutorial-how-to-add-another-apache-versionI suggest you to do so to avoid the .dll hell issue (mismatch version, VC Redist...)
-
@leokhoa : i have downloaded and installed from the link you have given
when i am running my url in browser getting "Internal Server Error" . To make this work google and enabled mod_rewrite module also but still getting same Error.Internal Server Error
-
@Ram-Sai : Show me the error logs, please.
-
@leokhoa :
[Wed May 02 12:42:46.784199 2018] [mpm_winnt:notice] [pid 5760:tid 588] AH00364: Child: All worker threads have exited.
[Wed May 02 12:42:46.792133 2018] [core:alert] [pid 12328:tid 1216] [client 127.0.0.1:53631]/laragon31/www/magento2/.htaccess: Invalid command '<IfVersion', perhaps misspelled or defined by a module not included in the server configuration, referer: http://magento2.test/
[Wed May 02 12:46:14.387026 2018] [core:alert] [pid 12328:tid 1208] [client 127.0.0.1:53635]/laragon31/www/magento2/.htaccess: Invalid command '<IfVersion', perhaps misspelled or defined by a module not included in the server configuration
[Wed May 02 12:46:14.478597 2018] [core:alert] [pid 12328:tid 1216] [client 127.0.0.1:53636]/laragon31/www/magento2/.htaccess: Invalid command '<IfVersion', perhaps misspelled or defined by a module not included in the server configuration, referer: http://magento2.test/
[Wed May 02 12:46:18.607296 2018] [core:alert] [pid 12328:tid 1220] [client 127.0.0.1:53637]/laragon31/www/magento2/.htaccess: Invalid command '<IfVersion', perhaps misspelled or defined by a module not included in the server configuration
[Wed May 02 12:46:18.665781 2018] [core:alert] [pid 12328:tid 1216] [client 127.0.0.1:53638]/laragon31/www/magento2/.htaccess: Invalid command '<IfVersion', perhaps misspelled or defined by a module not included in the server configuration, referer: http://magento2.test/
[Wed May 02 12:50:49.324139 2018] [mpm_winnt:notice] [pid 7240:tid 556] AH00424: Parent: Received restart signal -- Restarting the server.
-
@Ram-Sai : Please enable
mod_version
. The step 3 on my tutorial specify that clearly:
https://forum.laragon.org/topic/877/tutorial-how-to-install-magento-with-laragon
-
@leokhoa :
still getting the same error
-
@Ram-Sai : On the last line of your image (line 177), I still see
mod_version
not enable.
-
@leokhoa : i enable mod_version.so and now it is coming to install step but after 50% it is not going forward and complete the installation. Any thing do i need to change.
-
@leokhoa : Thanks man for your support, i did the installation successfully.
-
@Ram-Sai : You're welcome - I'm glad it worked for you
Cheers!