Magento 2.2 unable to create new account












0















Whenever I try to create new customer account from home page, the page refreshes after submit and nothing is submitted. There is no any error message.



I have check the register.phtml file in module-customer and it has form key as follow.



<?php /* @noEscape */ echo $block->getBlockHtml('formkey'); ?>


However, my app/design/frontend/Magento folder is empty and does not contain any files.










share|improve this question

























  • In which browser you are facing issue ?

    – Yogesh
    Nov 7 '17 at 9:08











  • Please use ip rather than localhost

    – Yogesh
    Nov 7 '17 at 9:15











  • @Yogesh i have configure /etc/hosts so that www.test.com will point to localhost but it still redirect back to localhost for magento. Do note that i have wordpress file hosted in localhost as well but it do not redirect back to localhost. Where else do i need to change

    – vincentsty
    Nov 7 '17 at 9:43













  • you need to setup virtual host for that, you can change your url youripaddress/magento-ce-2-2

    – Yogesh
    Nov 7 '17 at 9:45






  • 2





    You are not able to login with localhost in chrome browser

    – Yogesh
    Nov 7 '17 at 9:57
















0















Whenever I try to create new customer account from home page, the page refreshes after submit and nothing is submitted. There is no any error message.



I have check the register.phtml file in module-customer and it has form key as follow.



<?php /* @noEscape */ echo $block->getBlockHtml('formkey'); ?>


However, my app/design/frontend/Magento folder is empty and does not contain any files.










share|improve this question

























  • In which browser you are facing issue ?

    – Yogesh
    Nov 7 '17 at 9:08











  • Please use ip rather than localhost

    – Yogesh
    Nov 7 '17 at 9:15











  • @Yogesh i have configure /etc/hosts so that www.test.com will point to localhost but it still redirect back to localhost for magento. Do note that i have wordpress file hosted in localhost as well but it do not redirect back to localhost. Where else do i need to change

    – vincentsty
    Nov 7 '17 at 9:43













  • you need to setup virtual host for that, you can change your url youripaddress/magento-ce-2-2

    – Yogesh
    Nov 7 '17 at 9:45






  • 2





    You are not able to login with localhost in chrome browser

    – Yogesh
    Nov 7 '17 at 9:57














0












0








0








Whenever I try to create new customer account from home page, the page refreshes after submit and nothing is submitted. There is no any error message.



I have check the register.phtml file in module-customer and it has form key as follow.



<?php /* @noEscape */ echo $block->getBlockHtml('formkey'); ?>


However, my app/design/frontend/Magento folder is empty and does not contain any files.










share|improve this question
















Whenever I try to create new customer account from home page, the page refreshes after submit and nothing is submitted. There is no any error message.



I have check the register.phtml file in module-customer and it has form key as follow.



<?php /* @noEscape */ echo $block->getBlockHtml('formkey'); ?>


However, my app/design/frontend/Magento folder is empty and does not contain any files.







magento2.2 customer-account






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 23 mins ago









Teja Bhagavan Kollepara

2,98641947




2,98641947










asked Nov 7 '17 at 9:07









vincentstyvincentsty

1086




1086













  • In which browser you are facing issue ?

    – Yogesh
    Nov 7 '17 at 9:08











  • Please use ip rather than localhost

    – Yogesh
    Nov 7 '17 at 9:15











  • @Yogesh i have configure /etc/hosts so that www.test.com will point to localhost but it still redirect back to localhost for magento. Do note that i have wordpress file hosted in localhost as well but it do not redirect back to localhost. Where else do i need to change

    – vincentsty
    Nov 7 '17 at 9:43













  • you need to setup virtual host for that, you can change your url youripaddress/magento-ce-2-2

    – Yogesh
    Nov 7 '17 at 9:45






  • 2





    You are not able to login with localhost in chrome browser

    – Yogesh
    Nov 7 '17 at 9:57



















  • In which browser you are facing issue ?

    – Yogesh
    Nov 7 '17 at 9:08











  • Please use ip rather than localhost

    – Yogesh
    Nov 7 '17 at 9:15











  • @Yogesh i have configure /etc/hosts so that www.test.com will point to localhost but it still redirect back to localhost for magento. Do note that i have wordpress file hosted in localhost as well but it do not redirect back to localhost. Where else do i need to change

    – vincentsty
    Nov 7 '17 at 9:43













  • you need to setup virtual host for that, you can change your url youripaddress/magento-ce-2-2

    – Yogesh
    Nov 7 '17 at 9:45






  • 2





    You are not able to login with localhost in chrome browser

    – Yogesh
    Nov 7 '17 at 9:57

















In which browser you are facing issue ?

– Yogesh
Nov 7 '17 at 9:08





In which browser you are facing issue ?

– Yogesh
Nov 7 '17 at 9:08













Please use ip rather than localhost

– Yogesh
Nov 7 '17 at 9:15





Please use ip rather than localhost

– Yogesh
Nov 7 '17 at 9:15













@Yogesh i have configure /etc/hosts so that www.test.com will point to localhost but it still redirect back to localhost for magento. Do note that i have wordpress file hosted in localhost as well but it do not redirect back to localhost. Where else do i need to change

– vincentsty
Nov 7 '17 at 9:43







@Yogesh i have configure /etc/hosts so that www.test.com will point to localhost but it still redirect back to localhost for magento. Do note that i have wordpress file hosted in localhost as well but it do not redirect back to localhost. Where else do i need to change

– vincentsty
Nov 7 '17 at 9:43















you need to setup virtual host for that, you can change your url youripaddress/magento-ce-2-2

– Yogesh
Nov 7 '17 at 9:45





you need to setup virtual host for that, you can change your url youripaddress/magento-ce-2-2

– Yogesh
Nov 7 '17 at 9:45




2




2





You are not able to login with localhost in chrome browser

– Yogesh
Nov 7 '17 at 9:57





You are not able to login with localhost in chrome browser

– Yogesh
Nov 7 '17 at 9:57










2 Answers
2






active

oldest

votes


















1














You need to use your ip/yourmagentofolder instead of localhost and change same in "core_config_data" table in secure/unsecure url .



If you are using virtual host than point your virtual host to your IP instead of localhost .



And don't forget to clear cache .






share|improve this answer

































    0














    You need to go to your database localhost/ then you look for "core_config_data" table, change all the localhost to your IP.



    Then go to your magento project /app/etc in this folder you have "evn.php" file, change the localhost to your IP.



    Then clear your cache






    share|improve this answer























      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%2f200329%2fmagento-2-2-unable-to-create-new-account%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









      1














      You need to use your ip/yourmagentofolder instead of localhost and change same in "core_config_data" table in secure/unsecure url .



      If you are using virtual host than point your virtual host to your IP instead of localhost .



      And don't forget to clear cache .






      share|improve this answer






























        1














        You need to use your ip/yourmagentofolder instead of localhost and change same in "core_config_data" table in secure/unsecure url .



        If you are using virtual host than point your virtual host to your IP instead of localhost .



        And don't forget to clear cache .






        share|improve this answer




























          1












          1








          1







          You need to use your ip/yourmagentofolder instead of localhost and change same in "core_config_data" table in secure/unsecure url .



          If you are using virtual host than point your virtual host to your IP instead of localhost .



          And don't forget to clear cache .






          share|improve this answer















          You need to use your ip/yourmagentofolder instead of localhost and change same in "core_config_data" table in secure/unsecure url .



          If you are using virtual host than point your virtual host to your IP instead of localhost .



          And don't forget to clear cache .







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 14 '17 at 7:11









          Manoj Deswal

          4,30991743




          4,30991743










          answered Nov 14 '17 at 7:05









          Parag PadsumbiyaParag Padsumbiya

          111




          111

























              0














              You need to go to your database localhost/ then you look for "core_config_data" table, change all the localhost to your IP.



              Then go to your magento project /app/etc in this folder you have "evn.php" file, change the localhost to your IP.



              Then clear your cache






              share|improve this answer




























                0














                You need to go to your database localhost/ then you look for "core_config_data" table, change all the localhost to your IP.



                Then go to your magento project /app/etc in this folder you have "evn.php" file, change the localhost to your IP.



                Then clear your cache






                share|improve this answer


























                  0












                  0








                  0







                  You need to go to your database localhost/ then you look for "core_config_data" table, change all the localhost to your IP.



                  Then go to your magento project /app/etc in this folder you have "evn.php" file, change the localhost to your IP.



                  Then clear your cache






                  share|improve this answer













                  You need to go to your database localhost/ then you look for "core_config_data" table, change all the localhost to your IP.



                  Then go to your magento project /app/etc in this folder you have "evn.php" file, change the localhost to your IP.



                  Then clear your cache







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 21 '18 at 8:32









                  Manasseh AbiodunManasseh Abiodun

                  1




                  1






























                      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%2f200329%2fmagento-2-2-unable-to-create-new-account%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

                      What other Star Trek series did the main TNG cast show up in?

                      Berlina muro

                      Berlina aerponto