Magento2 installation error in windows using xampp or wamp server
When we try to install magento 2 in our system and start with the readiness check there are few errors which will pop up some of the common error are php needs to upgraded or php version needs to be downgraded . The best solution is while downloading magento we need to check which version of php is magento 2 using and the same xampp and wamp server can be downloaded
Next error we might get is extension=php_soap.dll is missing with red cross mark
1)To solve this error we need to locate php.ini file
2)Path of php.ini file is your installation directory of xampp/php/php.ini
3) Open the php.ini file in the notepad
4) press ctl+f and try to find "extension=php_intl.dll"
5) replace the line ";extension=php_soap.dll " with "extension=php_soap.dll"
i.e., remove the semicolon before the begining of the line
6) Restart your xampp or wamp server
7) Start to check the readiness check of magento this will solve the error in windows machine
for nginx environment using ubuntu we can open the terrminal and install the extension by running the following command below.
apt-get install php7.0-soap
Note in linux you will need sudo access or ask your system admin to install it
http://www.freesamaya.com/2018/08/magento-2-extensionphpsoapdll.html
http://www.freesamaya.com/2018/08/magento-2-extensionphpintldll.html
http://www.freesamaya.com/2018/08/php-extension-curl-must-be-loaded.html
Where is Julia is used?
Julia can be used in the following list below
When we try to install magento 2 in our system and start with the readiness check there are few errors which will pop up some of the common error are php needs to upgraded or php version needs to be downgraded . The best solution is while downloading magento we need to check which version of php is magento 2 using and the same xampp and wamp server can be downloaded
Next error we might get is extension=php_soap.dll is missing with red cross mark
1)To solve this error we need to locate php.ini file
2)Path of php.ini file is your installation directory of xampp/php/php.ini
3) Open the php.ini file in the notepad
4) press ctl+f and try to find "extension=php_intl.dll"
5) replace the line ";extension=php_soap.dll " with "extension=php_soap.dll"
i.e., remove the semicolon before the begining of the line
6) Restart your xampp or wamp server
7) Start to check the readiness check of magento this will solve the error in windows machine
for nginx environment using ubuntu we can open the terrminal and install the extension by running the following command below.
apt-get install php7.0-soap
Note in linux you will need sudo access or ask your system admin to install it
Solutions for some of the common error of Magento 2 installation
Please click the below links
http://www.freesamaya.com/2016/05/vendor-autoload-is-not-found-please-run.html
http://www.freesamaya.com/2016/05/vendor-autoload-is-not-found-please-run.html
http://www.freesamaya.com/2018/08/magento-2-extensionphpsoapdll.html
http://www.freesamaya.com/2018/08/magento-2-extensionphpintldll.html
http://www.freesamaya.com/2018/08/php-extension-curl-must-be-loaded.html
Checkout Julia Program
Where is Julia is used?
Julia can be used in the following list below
- Machine Learning
- Data Science
- Visualization
- General Purpose
- Parallel Computing
- Scientific Domains
Comments
Post a Comment