- Close WAMP (if running)
- Navigate to WAMP\bin\php\(your version of php)\
- Edit php.ini
- Search for curl, uncomment extension=php_curl.dll
- Navigate to WAMP\bin\Apache\(your version of apache)\bin\
- Edit php.ini
- Search for curl, uncomment extension=php_curl.dll
- Save both
- Restart WAMP
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2019
04:58 AM
07-23-2019
04:58 AM
error in magento 2 readiness check
Hello ,
I am using wamp where php version is 7.2.18. i have enabled curl extension though the magento 2 readiness check shows error.
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2019
07:15 AM
07-23-2019
07:15 AM
Re: error in magento 2 readiness check
Hello @brijeta_solanki
Can you share which Magento version are you using and what is error. Please share screentshot.
Manish Mittal
https://www.manishmittal.com/
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2019
07:28 AM
07-23-2019
07:28 AM
Re: error in magento 2 readiness check
You can check if curl is enabled in your PHP installation by reviewing a phpinfo() file. If it is not enabled please follow below steps.
If my answer is helpful, please Accept as Solution & give Kudos