how to fix php curl extension error while installing magento 2












1















How to fix php curl extension error while installing magento 2?



I attached the Screenshot



enter image description here










share|improve this question



























    1















    How to fix php curl extension error while installing magento 2?



    I attached the Screenshot



    enter image description here










    share|improve this question

























      1












      1








      1








      How to fix php curl extension error while installing magento 2?



      I attached the Screenshot



      enter image description here










      share|improve this question














      How to fix php curl extension error while installing magento 2?



      I attached the Screenshot



      enter image description here







      magento2 php extensions curl






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 7 '18 at 9:03









      shri ramshri ram

      122




      122






















          4 Answers
          4






          active

          oldest

          votes


















          0














          The steps are as follows :




          1. Close WAMP (if running)

          2. Navigate to WAMPbinphp(your version of php)

          3. Edit php.ini

          4. Search for curl, uncomment extension=php_curl.dll

          5. Navigate to WAMPbinApache(your version of apache)bin

          6. Edit php.ini

          7. Search for curl, uncomment extension=php_curl.dll

          8. Save both

          9. Restart WAMP






          share|improve this answer



















          • 1





            Uncomment already but it is not working.

            – shri ram
            Feb 7 '18 at 10:03



















          0














          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.






          share|improve this answer


























          • 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





















          0














          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:




          1. Open https://curl.haxx.se/dlwiz?type=bin in a browser.

          2. Select your operating system in the dropdown box: either Windows
            /Win32 or Win 64. Click Select!

          3. 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!

          4. If required, choose your Windows operating system. Finish.

          5. Click Download for the version which has SSL enabled or disabled

          6. Open the downloaded zip file. Extract the files to an easy-to-find
            place, such as C:Program Files.


          Testing curl




          1. Open up the Windows Command Prompt terminal. (From the Start menu,
            click Run, then type cmd.)


          2. 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.






          share|improve this answer































            0














            If you have wamp server




            Please review screen shot and try given setting than restart your Wamp server.




            enter image description here






            share|improve this answer
























            • it was checked already

              – shri ram
              Feb 7 '18 at 10:05











            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            0














            The steps are as follows :




            1. Close WAMP (if running)

            2. Navigate to WAMPbinphp(your version of php)

            3. Edit php.ini

            4. Search for curl, uncomment extension=php_curl.dll

            5. Navigate to WAMPbinApache(your version of apache)bin

            6. Edit php.ini

            7. Search for curl, uncomment extension=php_curl.dll

            8. Save both

            9. Restart WAMP






            share|improve this answer



















            • 1





              Uncomment already but it is not working.

              – shri ram
              Feb 7 '18 at 10:03
















            0














            The steps are as follows :




            1. Close WAMP (if running)

            2. Navigate to WAMPbinphp(your version of php)

            3. Edit php.ini

            4. Search for curl, uncomment extension=php_curl.dll

            5. Navigate to WAMPbinApache(your version of apache)bin

            6. Edit php.ini

            7. Search for curl, uncomment extension=php_curl.dll

            8. Save both

            9. Restart WAMP






            share|improve this answer



















            • 1





              Uncomment already but it is not working.

              – shri ram
              Feb 7 '18 at 10:03














            0












            0








            0







            The steps are as follows :




            1. Close WAMP (if running)

            2. Navigate to WAMPbinphp(your version of php)

            3. Edit php.ini

            4. Search for curl, uncomment extension=php_curl.dll

            5. Navigate to WAMPbinApache(your version of apache)bin

            6. Edit php.ini

            7. Search for curl, uncomment extension=php_curl.dll

            8. Save both

            9. Restart WAMP






            share|improve this answer













            The steps are as follows :




            1. Close WAMP (if running)

            2. Navigate to WAMPbinphp(your version of php)

            3. Edit php.ini

            4. Search for curl, uncomment extension=php_curl.dll

            5. Navigate to WAMPbinApache(your version of apache)bin

            6. Edit php.ini

            7. Search for curl, uncomment extension=php_curl.dll

            8. Save both

            9. Restart WAMP







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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














            • 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













            0














            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.






            share|improve this answer


























            • 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


















            0














            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.






            share|improve this answer


























            • 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
















            0












            0








            0







            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.






            share|improve this answer















            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.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            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





















            • 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













            0














            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:




            1. Open https://curl.haxx.se/dlwiz?type=bin in a browser.

            2. Select your operating system in the dropdown box: either Windows
              /Win32 or Win 64. Click Select!

            3. 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!

            4. If required, choose your Windows operating system. Finish.

            5. Click Download for the version which has SSL enabled or disabled

            6. Open the downloaded zip file. Extract the files to an easy-to-find
              place, such as C:Program Files.


            Testing curl




            1. Open up the Windows Command Prompt terminal. (From the Start menu,
              click Run, then type cmd.)


            2. 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.






            share|improve this answer




























              0














              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:




              1. Open https://curl.haxx.se/dlwiz?type=bin in a browser.

              2. Select your operating system in the dropdown box: either Windows
                /Win32 or Win 64. Click Select!

              3. 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!

              4. If required, choose your Windows operating system. Finish.

              5. Click Download for the version which has SSL enabled or disabled

              6. Open the downloaded zip file. Extract the files to an easy-to-find
                place, such as C:Program Files.


              Testing curl




              1. Open up the Windows Command Prompt terminal. (From the Start menu,
                click Run, then type cmd.)


              2. 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.






              share|improve this answer


























                0












                0








                0







                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:




                1. Open https://curl.haxx.se/dlwiz?type=bin in a browser.

                2. Select your operating system in the dropdown box: either Windows
                  /Win32 or Win 64. Click Select!

                3. 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!

                4. If required, choose your Windows operating system. Finish.

                5. Click Download for the version which has SSL enabled or disabled

                6. Open the downloaded zip file. Extract the files to an easy-to-find
                  place, such as C:Program Files.


                Testing curl




                1. Open up the Windows Command Prompt terminal. (From the Start menu,
                  click Run, then type cmd.)


                2. 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.






                share|improve this answer













                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:




                1. Open https://curl.haxx.se/dlwiz?type=bin in a browser.

                2. Select your operating system in the dropdown box: either Windows
                  /Win32 or Win 64. Click Select!

                3. 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!

                4. If required, choose your Windows operating system. Finish.

                5. Click Download for the version which has SSL enabled or disabled

                6. Open the downloaded zip file. Extract the files to an easy-to-find
                  place, such as C:Program Files.


                Testing curl




                1. Open up the Windows Command Prompt terminal. (From the Start menu,
                  click Run, then type cmd.)


                2. 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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 7 '18 at 9:56









                Aditya ShahAditya Shah

                3,8222834




                3,8222834























                    0














                    If you have wamp server




                    Please review screen shot and try given setting than restart your Wamp server.




                    enter image description here






                    share|improve this answer
























                    • it was checked already

                      – shri ram
                      Feb 7 '18 at 10:05
















                    0














                    If you have wamp server




                    Please review screen shot and try given setting than restart your Wamp server.




                    enter image description here






                    share|improve this answer
























                    • it was checked already

                      – shri ram
                      Feb 7 '18 at 10:05














                    0












                    0








                    0







                    If you have wamp server




                    Please review screen shot and try given setting than restart your Wamp server.




                    enter image description here






                    share|improve this answer













                    If you have wamp server




                    Please review screen shot and try given setting than restart your Wamp server.




                    enter image description here







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Feb 7 '18 at 10:03









                    Vishal BaghelVishal Baghel

                    361210




                    361210













                    • 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





                    it was checked already

                    – shri ram
                    Feb 7 '18 at 10:05


















                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    An IMO inspired problem

                    Management

                    Investment