Why magento installation hangs on configuration phase?












2














I am done with all what i can do to figure out why magento installation hangs on configuration phase. I did everything what is given here: http://www.ironion.com/installing-magento-on-xampp/



But even then I am stuck on configuration wile installing magento. Please help. Thank you










share|improve this question














bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Please explain at which point of the installation this happens and what "hanging" exactly means. You can also check your server configuration with this file, maybe there's something missing: magentocommerce.com/knowledge-base/entry/…
    – Anna Völkl
    Aug 10 '14 at 11:57










  • Are you checking php myadmin tables parallely, i guess you are checking on the step where the database table are created.
    – TBI Infotech
    Aug 11 '14 at 6:38










  • I had the same issue, After giving the port number with database host my problem solved.
    – Kaushal Suthar
    Jul 27 '16 at 10:57
















2














I am done with all what i can do to figure out why magento installation hangs on configuration phase. I did everything what is given here: http://www.ironion.com/installing-magento-on-xampp/



But even then I am stuck on configuration wile installing magento. Please help. Thank you










share|improve this question














bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Please explain at which point of the installation this happens and what "hanging" exactly means. You can also check your server configuration with this file, maybe there's something missing: magentocommerce.com/knowledge-base/entry/…
    – Anna Völkl
    Aug 10 '14 at 11:57










  • Are you checking php myadmin tables parallely, i guess you are checking on the step where the database table are created.
    – TBI Infotech
    Aug 11 '14 at 6:38










  • I had the same issue, After giving the port number with database host my problem solved.
    – Kaushal Suthar
    Jul 27 '16 at 10:57














2












2








2







I am done with all what i can do to figure out why magento installation hangs on configuration phase. I did everything what is given here: http://www.ironion.com/installing-magento-on-xampp/



But even then I am stuck on configuration wile installing magento. Please help. Thank you










share|improve this question













I am done with all what i can do to figure out why magento installation hangs on configuration phase. I did everything what is given here: http://www.ironion.com/installing-magento-on-xampp/



But even then I am stuck on configuration wile installing magento. Please help. Thank you







magento-1.8 installation






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 9 '14 at 10:15









Muhammad Maqsoodur RehmanMuhammad Maqsoodur Rehman

1113




1113





bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • Please explain at which point of the installation this happens and what "hanging" exactly means. You can also check your server configuration with this file, maybe there's something missing: magentocommerce.com/knowledge-base/entry/…
    – Anna Völkl
    Aug 10 '14 at 11:57










  • Are you checking php myadmin tables parallely, i guess you are checking on the step where the database table are created.
    – TBI Infotech
    Aug 11 '14 at 6:38










  • I had the same issue, After giving the port number with database host my problem solved.
    – Kaushal Suthar
    Jul 27 '16 at 10:57


















  • Please explain at which point of the installation this happens and what "hanging" exactly means. You can also check your server configuration with this file, maybe there's something missing: magentocommerce.com/knowledge-base/entry/…
    – Anna Völkl
    Aug 10 '14 at 11:57










  • Are you checking php myadmin tables parallely, i guess you are checking on the step where the database table are created.
    – TBI Infotech
    Aug 11 '14 at 6:38










  • I had the same issue, After giving the port number with database host my problem solved.
    – Kaushal Suthar
    Jul 27 '16 at 10:57
















Please explain at which point of the installation this happens and what "hanging" exactly means. You can also check your server configuration with this file, maybe there's something missing: magentocommerce.com/knowledge-base/entry/…
– Anna Völkl
Aug 10 '14 at 11:57




Please explain at which point of the installation this happens and what "hanging" exactly means. You can also check your server configuration with this file, maybe there's something missing: magentocommerce.com/knowledge-base/entry/…
– Anna Völkl
Aug 10 '14 at 11:57












Are you checking php myadmin tables parallely, i guess you are checking on the step where the database table are created.
– TBI Infotech
Aug 11 '14 at 6:38




Are you checking php myadmin tables parallely, i guess you are checking on the step where the database table are created.
– TBI Infotech
Aug 11 '14 at 6:38












I had the same issue, After giving the port number with database host my problem solved.
– Kaushal Suthar
Jul 27 '16 at 10:57




I had the same issue, After giving the port number with database host my problem solved.
– Kaushal Suthar
Jul 27 '16 at 10:57










4 Answers
4






active

oldest

votes


















0














If you are installing on localhost your configuration should look like



Database type: MySQL
Host: localhost
Database name: your_database_name
Username: {usually root}
Password: your_password {usually no password so leave blank}


And hit NEXT!






share|improve this answer























  • Not going through. Still hanging.
    – Muhammad Maqsoodur Rehman
    Aug 9 '14 at 11:35






  • 1




    And what do you mean by hanging?
    – MyMagento
    Aug 9 '14 at 12:08



















0














I had this problem and it was solved by ticking this option in db configuration:



Skip Base URL Validation Before the Next Step






share|improve this answer































    0














    Another possible solution is pointing to 127.0.0.1 instead of localhost in Host field.






    share|improve this answer





























      0














      A couple of things worth trying that haven't yet been mentioned:



      In your Windows hosts file, add the following entries:



      127.0.0.1 localhost
      localhost 127.0.0.1


      In your .htaccess file change the php_value memory_limit to a higher value. Remember to restart apache after making these changes before trying a new installation.






      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%2f31792%2fwhy-magento-installation-hangs-on-configuration-phase%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














        If you are installing on localhost your configuration should look like



        Database type: MySQL
        Host: localhost
        Database name: your_database_name
        Username: {usually root}
        Password: your_password {usually no password so leave blank}


        And hit NEXT!






        share|improve this answer























        • Not going through. Still hanging.
          – Muhammad Maqsoodur Rehman
          Aug 9 '14 at 11:35






        • 1




          And what do you mean by hanging?
          – MyMagento
          Aug 9 '14 at 12:08
















        0














        If you are installing on localhost your configuration should look like



        Database type: MySQL
        Host: localhost
        Database name: your_database_name
        Username: {usually root}
        Password: your_password {usually no password so leave blank}


        And hit NEXT!






        share|improve this answer























        • Not going through. Still hanging.
          – Muhammad Maqsoodur Rehman
          Aug 9 '14 at 11:35






        • 1




          And what do you mean by hanging?
          – MyMagento
          Aug 9 '14 at 12:08














        0












        0








        0






        If you are installing on localhost your configuration should look like



        Database type: MySQL
        Host: localhost
        Database name: your_database_name
        Username: {usually root}
        Password: your_password {usually no password so leave blank}


        And hit NEXT!






        share|improve this answer














        If you are installing on localhost your configuration should look like



        Database type: MySQL
        Host: localhost
        Database name: your_database_name
        Username: {usually root}
        Password: your_password {usually no password so leave blank}


        And hit NEXT!







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Oct 13 '14 at 2:13









        Fiasco Labs

        6,50341744




        6,50341744










        answered Aug 9 '14 at 11:06









        MyMagentoMyMagento

        1




        1












        • Not going through. Still hanging.
          – Muhammad Maqsoodur Rehman
          Aug 9 '14 at 11:35






        • 1




          And what do you mean by hanging?
          – MyMagento
          Aug 9 '14 at 12:08


















        • Not going through. Still hanging.
          – Muhammad Maqsoodur Rehman
          Aug 9 '14 at 11:35






        • 1




          And what do you mean by hanging?
          – MyMagento
          Aug 9 '14 at 12:08
















        Not going through. Still hanging.
        – Muhammad Maqsoodur Rehman
        Aug 9 '14 at 11:35




        Not going through. Still hanging.
        – Muhammad Maqsoodur Rehman
        Aug 9 '14 at 11:35




        1




        1




        And what do you mean by hanging?
        – MyMagento
        Aug 9 '14 at 12:08




        And what do you mean by hanging?
        – MyMagento
        Aug 9 '14 at 12:08













        0














        I had this problem and it was solved by ticking this option in db configuration:



        Skip Base URL Validation Before the Next Step






        share|improve this answer




























          0














          I had this problem and it was solved by ticking this option in db configuration:



          Skip Base URL Validation Before the Next Step






          share|improve this answer


























            0












            0








            0






            I had this problem and it was solved by ticking this option in db configuration:



            Skip Base URL Validation Before the Next Step






            share|improve this answer














            I had this problem and it was solved by ticking this option in db configuration:



            Skip Base URL Validation Before the Next Step







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jul 27 '16 at 10:26









            Mohit Kumar Arora

            6,28841532




            6,28841532










            answered Apr 29 '15 at 15:25









            mohsenJshmohsenJsh

            101




            101























                0














                Another possible solution is pointing to 127.0.0.1 instead of localhost in Host field.






                share|improve this answer


























                  0














                  Another possible solution is pointing to 127.0.0.1 instead of localhost in Host field.






                  share|improve this answer
























                    0












                    0








                    0






                    Another possible solution is pointing to 127.0.0.1 instead of localhost in Host field.






                    share|improve this answer












                    Another possible solution is pointing to 127.0.0.1 instead of localhost in Host field.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Oct 2 '16 at 18:11









                    Paul OkhremPaul Okhrem

                    792




                    792























                        0














                        A couple of things worth trying that haven't yet been mentioned:



                        In your Windows hosts file, add the following entries:



                        127.0.0.1 localhost
                        localhost 127.0.0.1


                        In your .htaccess file change the php_value memory_limit to a higher value. Remember to restart apache after making these changes before trying a new installation.






                        share|improve this answer


























                          0














                          A couple of things worth trying that haven't yet been mentioned:



                          In your Windows hosts file, add the following entries:



                          127.0.0.1 localhost
                          localhost 127.0.0.1


                          In your .htaccess file change the php_value memory_limit to a higher value. Remember to restart apache after making these changes before trying a new installation.






                          share|improve this answer
























                            0












                            0








                            0






                            A couple of things worth trying that haven't yet been mentioned:



                            In your Windows hosts file, add the following entries:



                            127.0.0.1 localhost
                            localhost 127.0.0.1


                            In your .htaccess file change the php_value memory_limit to a higher value. Remember to restart apache after making these changes before trying a new installation.






                            share|improve this answer












                            A couple of things worth trying that haven't yet been mentioned:



                            In your Windows hosts file, add the following entries:



                            127.0.0.1 localhost
                            localhost 127.0.0.1


                            In your .htaccess file change the php_value memory_limit to a higher value. Remember to restart apache after making these changes before trying a new installation.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Nov 10 '16 at 10:07









                            Liam McArthurLiam McArthur

                            76921236




                            76921236






























                                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.





                                Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                Please pay close attention to the following guidance:


                                • 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%2f31792%2fwhy-magento-installation-hangs-on-configuration-phase%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