I am getting error in wamp for PHP in path











up vote
1
down vote

favorite
1












My wamp server icon is currently orange, which means only 2 out of 3 servers are running. I can not open my phpmyadmin page because it gives 404 not found error. if I right click on my wamp icon at the bottom I get an error saying Error: C:/wamp64 or PHP in PATH. If I click on this error then a command prompt window appear saying this:-



Sorry,

There is an error.

There is Wampserver path (c:/wamp64)
into Windows PATH environnement variable: (C:wamp64binphpphp7.2.4)

It seems that a PHP installation is declared in the environment variable
PATH
C:wamp64binphpphp7.2.4

Wampserver does not use, modify or require the PATH environment variable.
Using a PATH on Wampserver or PHP version
is detrimental to the proper functioning of Wampserver.


Press ENTER to continue...









share|improve this question


























    up vote
    1
    down vote

    favorite
    1












    My wamp server icon is currently orange, which means only 2 out of 3 servers are running. I can not open my phpmyadmin page because it gives 404 not found error. if I right click on my wamp icon at the bottom I get an error saying Error: C:/wamp64 or PHP in PATH. If I click on this error then a command prompt window appear saying this:-



    Sorry,

    There is an error.

    There is Wampserver path (c:/wamp64)
    into Windows PATH environnement variable: (C:wamp64binphpphp7.2.4)

    It seems that a PHP installation is declared in the environment variable
    PATH
    C:wamp64binphpphp7.2.4

    Wampserver does not use, modify or require the PATH environment variable.
    Using a PATH on Wampserver or PHP version
    is detrimental to the proper functioning of Wampserver.


    Press ENTER to continue...









    share|improve this question
























      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      My wamp server icon is currently orange, which means only 2 out of 3 servers are running. I can not open my phpmyadmin page because it gives 404 not found error. if I right click on my wamp icon at the bottom I get an error saying Error: C:/wamp64 or PHP in PATH. If I click on this error then a command prompt window appear saying this:-



      Sorry,

      There is an error.

      There is Wampserver path (c:/wamp64)
      into Windows PATH environnement variable: (C:wamp64binphpphp7.2.4)

      It seems that a PHP installation is declared in the environment variable
      PATH
      C:wamp64binphpphp7.2.4

      Wampserver does not use, modify or require the PATH environment variable.
      Using a PATH on Wampserver or PHP version
      is detrimental to the proper functioning of Wampserver.


      Press ENTER to continue...









      share|improve this question













      My wamp server icon is currently orange, which means only 2 out of 3 servers are running. I can not open my phpmyadmin page because it gives 404 not found error. if I right click on my wamp icon at the bottom I get an error saying Error: C:/wamp64 or PHP in PATH. If I click on this error then a command prompt window appear saying this:-



      Sorry,

      There is an error.

      There is Wampserver path (c:/wamp64)
      into Windows PATH environnement variable: (C:wamp64binphpphp7.2.4)

      It seems that a PHP installation is declared in the environment variable
      PATH
      C:wamp64binphpphp7.2.4

      Wampserver does not use, modify or require the PATH environment variable.
      Using a PATH on Wampserver or PHP version
      is detrimental to the proper functioning of Wampserver.


      Press ENTER to continue...






      php wamp






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 23 at 5:32









      Epic

      62




      62
























          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          As indicated, you do not need a path on a PHP version in the Windows PATH environment variable.



          Control Panel
          - Advanced system settings
          - Environment Variables button
          - System variables
          Select PATH
          - Modify
          Select C:wamp64binphpphp7.2.4
          then Suppress
          OK






          share|improve this answer





















          • Work perfect!!!
            – Albert Hidalgo
            Nov 3 at 15:52


















          up vote
          0
          down vote














          Modify Select C:wamp64binphpphp7.2.4 then Suppress OK




          there is no suppress option.



          I've found this advice as well... i also upgraded my php version on this site http://wampserver.aviatechno.net/ . the error disappeared on upgrade ..it probably changed the path on install.



          Note : This is only a warning from Wampserver that you can ignore.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            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',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            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%2fstackoverflow.com%2fquestions%2f52463287%2fi-am-getting-error-in-wamp-for-php-in-path%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            As indicated, you do not need a path on a PHP version in the Windows PATH environment variable.



            Control Panel
            - Advanced system settings
            - Environment Variables button
            - System variables
            Select PATH
            - Modify
            Select C:wamp64binphpphp7.2.4
            then Suppress
            OK






            share|improve this answer





















            • Work perfect!!!
              – Albert Hidalgo
              Nov 3 at 15:52















            up vote
            1
            down vote













            As indicated, you do not need a path on a PHP version in the Windows PATH environment variable.



            Control Panel
            - Advanced system settings
            - Environment Variables button
            - System variables
            Select PATH
            - Modify
            Select C:wamp64binphpphp7.2.4
            then Suppress
            OK






            share|improve this answer





















            • Work perfect!!!
              – Albert Hidalgo
              Nov 3 at 15:52













            up vote
            1
            down vote










            up vote
            1
            down vote









            As indicated, you do not need a path on a PHP version in the Windows PATH environment variable.



            Control Panel
            - Advanced system settings
            - Environment Variables button
            - System variables
            Select PATH
            - Modify
            Select C:wamp64binphpphp7.2.4
            then Suppress
            OK






            share|improve this answer












            As indicated, you do not need a path on a PHP version in the Windows PATH environment variable.



            Control Panel
            - Advanced system settings
            - Environment Variables button
            - System variables
            Select PATH
            - Modify
            Select C:wamp64binphpphp7.2.4
            then Suppress
            OK







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Sep 23 at 7:16









            Saeed.Gh

            743417




            743417












            • Work perfect!!!
              – Albert Hidalgo
              Nov 3 at 15:52


















            • Work perfect!!!
              – Albert Hidalgo
              Nov 3 at 15:52
















            Work perfect!!!
            – Albert Hidalgo
            Nov 3 at 15:52




            Work perfect!!!
            – Albert Hidalgo
            Nov 3 at 15:52












            up vote
            0
            down vote














            Modify Select C:wamp64binphpphp7.2.4 then Suppress OK




            there is no suppress option.



            I've found this advice as well... i also upgraded my php version on this site http://wampserver.aviatechno.net/ . the error disappeared on upgrade ..it probably changed the path on install.



            Note : This is only a warning from Wampserver that you can ignore.






            share|improve this answer



























              up vote
              0
              down vote














              Modify Select C:wamp64binphpphp7.2.4 then Suppress OK




              there is no suppress option.



              I've found this advice as well... i also upgraded my php version on this site http://wampserver.aviatechno.net/ . the error disappeared on upgrade ..it probably changed the path on install.



              Note : This is only a warning from Wampserver that you can ignore.






              share|improve this answer

























                up vote
                0
                down vote










                up vote
                0
                down vote










                Modify Select C:wamp64binphpphp7.2.4 then Suppress OK




                there is no suppress option.



                I've found this advice as well... i also upgraded my php version on this site http://wampserver.aviatechno.net/ . the error disappeared on upgrade ..it probably changed the path on install.



                Note : This is only a warning from Wampserver that you can ignore.






                share|improve this answer















                Modify Select C:wamp64binphpphp7.2.4 then Suppress OK




                there is no suppress option.



                I've found this advice as well... i also upgraded my php version on this site http://wampserver.aviatechno.net/ . the error disappeared on upgrade ..it probably changed the path on install.



                Note : This is only a warning from Wampserver that you can ignore.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 11 at 7:08









                cske

                2,01531821




                2,01531821










                answered Nov 10 at 20:37









                DonQuery

                197




                197






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52463287%2fi-am-getting-error-in-wamp-for-php-in-path%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

                    Xamarin.iOS Cant Deploy on Iphone

                    Glorious Revolution

                    Dulmage-Mendelsohn matrix decomposition in Python