how to fix php curl extension error while installing magento 2
How to fix php curl extension error while installing magento 2?
I attached the Screenshot
magento2 php extensions curl
add a comment |
How to fix php curl extension error while installing magento 2?
I attached the Screenshot
magento2 php extensions curl
add a comment |
How to fix php curl extension error while installing magento 2?
I attached the Screenshot
magento2 php extensions curl
How to fix php curl extension error while installing magento 2?
I attached the Screenshot
magento2 php extensions curl
magento2 php extensions curl
asked Feb 7 '18 at 9:03
shri ramshri ram
122
122
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
The steps are as follows :
- Close WAMP (if running)
- Navigate to
WAMPbinphp(your version of php)
- Edit
php.ini
- Search for curl, uncomment
extension=php_curl.dll
- Navigate to
WAMPbinApache(your version of apache)bin
- Edit
php.ini
- Search for curl, uncomment
extension=php_curl.dll
- Save both
- Restart WAMP
1
Uncomment already but it is not working.
– shri ram
Feb 7 '18 at 10:03
add a comment |
You can find the line in the php.ini file: ;extension=php_curl.dll
Remove ; at the beginning of this line. And you may need to restart apache server.
I am using windows 7 64 bit operating system
– shri ram
Feb 7 '18 at 9:27
You should mention all the details in your questions correctly. Check my updated answer.
– Shireen N
Feb 7 '18 at 9:29
The line was uncommenting already...... but not working @Shireen N
– shri ram
Feb 7 '18 at 10:04
add a comment |
You can check if curl is enabled in your PHP installation by reviewing a phpinfo() file.
And if it's not installed.
Use the following steps to install curl:
- Open https://curl.haxx.se/dlwiz?type=bin in a browser.
- Select your operating system in the dropdown box: either Windows
/Win32 or Win 64. Click Select! - For Win 32, choose whether you will use curl in a Windows Command
Prompt (Generic) or in a Cygwin terminal (cygwin). For Win 64,
choose whether you will use curl in a Windows Command Prompt
(Generic) or MinGW (MinGW64). Click Select! - If required, choose your Windows operating system. Finish.
- Click Download for the version which has SSL enabled or disabled
- Open the downloaded zip file. Extract the files to an easy-to-find
place, such as C:Program Files.
Testing curl
Open up the Windows Command Prompt terminal. (From the Start menu,
click Run, then type cmd.)Set the path to include the directory where you put curl.exe. For
example, if you put it in C:Program Filescurl, then you would type
the following command: set path=%path%;"c:Program Filescurl"
NOTE: You can also directly copy the curl.exe file any existing path in your path
Type curl. You should see the following message: curl: try 'curl –help' or 'curl –message' for more information This means that curl is installed and the path is correct.
add a comment |
If you have wamp server
Please review screen shot and try given setting than restart your Wamp server.
it was checked already
– shri ram
Feb 7 '18 at 10:05
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f212524%2fhow-to-fix-php-curl-extension-error-while-installing-magento-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
The steps are as follows :
- Close WAMP (if running)
- Navigate to
WAMPbinphp(your version of php)
- Edit
php.ini
- Search for curl, uncomment
extension=php_curl.dll
- Navigate to
WAMPbinApache(your version of apache)bin
- Edit
php.ini
- Search for curl, uncomment
extension=php_curl.dll
- Save both
- Restart WAMP
1
Uncomment already but it is not working.
– shri ram
Feb 7 '18 at 10:03
add a comment |
The steps are as follows :
- Close WAMP (if running)
- Navigate to
WAMPbinphp(your version of php)
- Edit
php.ini
- Search for curl, uncomment
extension=php_curl.dll
- Navigate to
WAMPbinApache(your version of apache)bin
- Edit
php.ini
- Search for curl, uncomment
extension=php_curl.dll
- Save both
- Restart WAMP
1
Uncomment already but it is not working.
– shri ram
Feb 7 '18 at 10:03
add a comment |
The steps are as follows :
- Close WAMP (if running)
- Navigate to
WAMPbinphp(your version of php)
- Edit
php.ini
- Search for curl, uncomment
extension=php_curl.dll
- Navigate to
WAMPbinApache(your version of apache)bin
- Edit
php.ini
- Search for curl, uncomment
extension=php_curl.dll
- Save both
- Restart WAMP
The steps are as follows :
- Close WAMP (if running)
- Navigate to
WAMPbinphp(your version of php)
- Edit
php.ini
- Search for curl, uncomment
extension=php_curl.dll
- Navigate to
WAMPbinApache(your version of apache)bin
- Edit
php.ini
- Search for curl, uncomment
extension=php_curl.dll
- Save both
- Restart WAMP
answered Feb 7 '18 at 9:10
Ravindrasinh ZalaRavindrasinh Zala
1,243322
1,243322
1
Uncomment already but it is not working.
– shri ram
Feb 7 '18 at 10:03
add a comment |
1
Uncomment already but it is not working.
– shri ram
Feb 7 '18 at 10:03
1
1
Uncomment already but it is not working.
– shri ram
Feb 7 '18 at 10:03
Uncomment already but it is not working.
– shri ram
Feb 7 '18 at 10:03
add a comment |
You can find the line in the php.ini file: ;extension=php_curl.dll
Remove ; at the beginning of this line. And you may need to restart apache server.
I am using windows 7 64 bit operating system
– shri ram
Feb 7 '18 at 9:27
You should mention all the details in your questions correctly. Check my updated answer.
– Shireen N
Feb 7 '18 at 9:29
The line was uncommenting already...... but not working @Shireen N
– shri ram
Feb 7 '18 at 10:04
add a comment |
You can find the line in the php.ini file: ;extension=php_curl.dll
Remove ; at the beginning of this line. And you may need to restart apache server.
I am using windows 7 64 bit operating system
– shri ram
Feb 7 '18 at 9:27
You should mention all the details in your questions correctly. Check my updated answer.
– Shireen N
Feb 7 '18 at 9:29
The line was uncommenting already...... but not working @Shireen N
– shri ram
Feb 7 '18 at 10:04
add a comment |
You can find the line in the php.ini file: ;extension=php_curl.dll
Remove ; at the beginning of this line. And you may need to restart apache server.
You can find the line in the php.ini file: ;extension=php_curl.dll
Remove ; at the beginning of this line. And you may need to restart apache server.
edited Feb 7 '18 at 9:32
answered Feb 7 '18 at 9:08
Shireen NShireen N
662411
662411
I am using windows 7 64 bit operating system
– shri ram
Feb 7 '18 at 9:27
You should mention all the details in your questions correctly. Check my updated answer.
– Shireen N
Feb 7 '18 at 9:29
The line was uncommenting already...... but not working @Shireen N
– shri ram
Feb 7 '18 at 10:04
add a comment |
I am using windows 7 64 bit operating system
– shri ram
Feb 7 '18 at 9:27
You should mention all the details in your questions correctly. Check my updated answer.
– Shireen N
Feb 7 '18 at 9:29
The line was uncommenting already...... but not working @Shireen N
– shri ram
Feb 7 '18 at 10:04
I am using windows 7 64 bit operating system
– shri ram
Feb 7 '18 at 9:27
I am using windows 7 64 bit operating system
– shri ram
Feb 7 '18 at 9:27
You should mention all the details in your questions correctly. Check my updated answer.
– Shireen N
Feb 7 '18 at 9:29
You should mention all the details in your questions correctly. Check my updated answer.
– Shireen N
Feb 7 '18 at 9:29
The line was uncommenting already...... but not working @Shireen N
– shri ram
Feb 7 '18 at 10:04
The line was uncommenting already...... but not working @Shireen N
– shri ram
Feb 7 '18 at 10:04
add a comment |
You can check if curl is enabled in your PHP installation by reviewing a phpinfo() file.
And if it's not installed.
Use the following steps to install curl:
- Open https://curl.haxx.se/dlwiz?type=bin in a browser.
- Select your operating system in the dropdown box: either Windows
/Win32 or Win 64. Click Select! - For Win 32, choose whether you will use curl in a Windows Command
Prompt (Generic) or in a Cygwin terminal (cygwin). For Win 64,
choose whether you will use curl in a Windows Command Prompt
(Generic) or MinGW (MinGW64). Click Select! - If required, choose your Windows operating system. Finish.
- Click Download for the version which has SSL enabled or disabled
- Open the downloaded zip file. Extract the files to an easy-to-find
place, such as C:Program Files.
Testing curl
Open up the Windows Command Prompt terminal. (From the Start menu,
click Run, then type cmd.)Set the path to include the directory where you put curl.exe. For
example, if you put it in C:Program Filescurl, then you would type
the following command: set path=%path%;"c:Program Filescurl"
NOTE: You can also directly copy the curl.exe file any existing path in your path
Type curl. You should see the following message: curl: try 'curl –help' or 'curl –message' for more information This means that curl is installed and the path is correct.
add a comment |
You can check if curl is enabled in your PHP installation by reviewing a phpinfo() file.
And if it's not installed.
Use the following steps to install curl:
- Open https://curl.haxx.se/dlwiz?type=bin in a browser.
- Select your operating system in the dropdown box: either Windows
/Win32 or Win 64. Click Select! - For Win 32, choose whether you will use curl in a Windows Command
Prompt (Generic) or in a Cygwin terminal (cygwin). For Win 64,
choose whether you will use curl in a Windows Command Prompt
(Generic) or MinGW (MinGW64). Click Select! - If required, choose your Windows operating system. Finish.
- Click Download for the version which has SSL enabled or disabled
- Open the downloaded zip file. Extract the files to an easy-to-find
place, such as C:Program Files.
Testing curl
Open up the Windows Command Prompt terminal. (From the Start menu,
click Run, then type cmd.)Set the path to include the directory where you put curl.exe. For
example, if you put it in C:Program Filescurl, then you would type
the following command: set path=%path%;"c:Program Filescurl"
NOTE: You can also directly copy the curl.exe file any existing path in your path
Type curl. You should see the following message: curl: try 'curl –help' or 'curl –message' for more information This means that curl is installed and the path is correct.
add a comment |
You can check if curl is enabled in your PHP installation by reviewing a phpinfo() file.
And if it's not installed.
Use the following steps to install curl:
- Open https://curl.haxx.se/dlwiz?type=bin in a browser.
- Select your operating system in the dropdown box: either Windows
/Win32 or Win 64. Click Select! - For Win 32, choose whether you will use curl in a Windows Command
Prompt (Generic) or in a Cygwin terminal (cygwin). For Win 64,
choose whether you will use curl in a Windows Command Prompt
(Generic) or MinGW (MinGW64). Click Select! - If required, choose your Windows operating system. Finish.
- Click Download for the version which has SSL enabled or disabled
- Open the downloaded zip file. Extract the files to an easy-to-find
place, such as C:Program Files.
Testing curl
Open up the Windows Command Prompt terminal. (From the Start menu,
click Run, then type cmd.)Set the path to include the directory where you put curl.exe. For
example, if you put it in C:Program Filescurl, then you would type
the following command: set path=%path%;"c:Program Filescurl"
NOTE: You can also directly copy the curl.exe file any existing path in your path
Type curl. You should see the following message: curl: try 'curl –help' or 'curl –message' for more information This means that curl is installed and the path is correct.
You can check if curl is enabled in your PHP installation by reviewing a phpinfo() file.
And if it's not installed.
Use the following steps to install curl:
- Open https://curl.haxx.se/dlwiz?type=bin in a browser.
- Select your operating system in the dropdown box: either Windows
/Win32 or Win 64. Click Select! - For Win 32, choose whether you will use curl in a Windows Command
Prompt (Generic) or in a Cygwin terminal (cygwin). For Win 64,
choose whether you will use curl in a Windows Command Prompt
(Generic) or MinGW (MinGW64). Click Select! - If required, choose your Windows operating system. Finish.
- Click Download for the version which has SSL enabled or disabled
- Open the downloaded zip file. Extract the files to an easy-to-find
place, such as C:Program Files.
Testing curl
Open up the Windows Command Prompt terminal. (From the Start menu,
click Run, then type cmd.)Set the path to include the directory where you put curl.exe. For
example, if you put it in C:Program Filescurl, then you would type
the following command: set path=%path%;"c:Program Filescurl"
NOTE: You can also directly copy the curl.exe file any existing path in your path
Type curl. You should see the following message: curl: try 'curl –help' or 'curl –message' for more information This means that curl is installed and the path is correct.
answered Feb 7 '18 at 9:56
Aditya ShahAditya Shah
3,8222834
3,8222834
add a comment |
add a comment |
If you have wamp server
Please review screen shot and try given setting than restart your Wamp server.
it was checked already
– shri ram
Feb 7 '18 at 10:05
add a comment |
If you have wamp server
Please review screen shot and try given setting than restart your Wamp server.
it was checked already
– shri ram
Feb 7 '18 at 10:05
add a comment |
If you have wamp server
Please review screen shot and try given setting than restart your Wamp server.
If you have wamp server
Please review screen shot and try given setting than restart your Wamp server.
answered Feb 7 '18 at 10:03
Vishal BaghelVishal Baghel
361210
361210
it was checked already
– shri ram
Feb 7 '18 at 10:05
add a comment |
it was checked already
– shri ram
Feb 7 '18 at 10:05
it was checked already
– shri ram
Feb 7 '18 at 10:05
it was checked already
– shri ram
Feb 7 '18 at 10:05
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f212524%2fhow-to-fix-php-curl-extension-error-while-installing-magento-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown