Magento 2 Won't install on AMPPSMagento2 install error iterationMagento 1.7.0.2 on PHP 5.6 is not loadingCan't connect to Mysql with Magento 2/PHP 7blank page on M2 on ubuntu on aws after 'successful' installWhat exactly does the admin install script do?Magento 2 setup errorSession data not saving through controllerGetting blank screen while trying to install Magento version 2.1.7 from Localhost in ubuntuMagento 2.2: Unable to unserialize value?How to install XDebug in Lampp to debug Magento?

What is the idiomatic way to say "clothing fits"?

Personal Teleportation: From Rags to Riches

How do I gain back my faith in my PhD degree?

Why didn't Miles's spider sense work before?

How can saying a song's name be a copyright violation?

Short story with a alien planet, government officials must wear exploding medallions

How would I stat a creature to be immune to everything but the Magic Missile spell? (just for fun)

Avoiding the "not like other girls" trope?

Cursor Replacement for Newbies

Arrow those variables!

Unable to supress ligatures in headings which are set in Caps

Determining Impedance With An Antenna Analyzer

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

How does a predictive coding aid in lossless compression?

What is the most common color to indicate the input-field is disabled?

How do conventional missiles fly?

I would say: "You are another teacher", but she is a woman and I am a man

Method Does Not Exist error message

Valid term from quadratic sequence?

Assassin's bullet with mercury

Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?

ssTTsSTtRrriinInnnnNNNIiinngg

What does “the session was packed” mean in this context?

Expand and Contract



Magento 2 Won't install on AMPPS


Magento2 install error iterationMagento 1.7.0.2 on PHP 5.6 is not loadingCan't connect to Mysql with Magento 2/PHP 7blank page on M2 on ubuntu on aws after 'successful' installWhat exactly does the admin install script do?Magento 2 setup errorSession data not saving through controllerGetting blank screen while trying to install Magento version 2.1.7 from Localhost in ubuntuMagento 2.2: Unable to unserialize value?How to install XDebug in Lampp to debug Magento?













1















I'm trying to install Magento 2 on AMPPS locally, I read the requirement here ,All the requirement is installed but Magento installer still give me an error without details :



enter image description here



Environment :



PHP 5.6.11
MySQL 5.6.25
Apache 2.4.12



I checked all the required PHP extensions in phpinfo(), All is enabled.



I do not know what can I do more .. I restart/reinstall the AMPPS, I clear the browser history .. nothing change !










share|improve this question
















bumped to the homepage by Community 17 mins ago


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















  • Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?

    – KAndy
    Dec 9 '15 at 15:39











  • Why not use php7? It is easy to change in ampps

    – simonthesorcerer
    Oct 26 '18 at 21:02















1















I'm trying to install Magento 2 on AMPPS locally, I read the requirement here ,All the requirement is installed but Magento installer still give me an error without details :



enter image description here



Environment :



PHP 5.6.11
MySQL 5.6.25
Apache 2.4.12



I checked all the required PHP extensions in phpinfo(), All is enabled.



I do not know what can I do more .. I restart/reinstall the AMPPS, I clear the browser history .. nothing change !










share|improve this question
















bumped to the homepage by Community 17 mins ago


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















  • Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?

    – KAndy
    Dec 9 '15 at 15:39











  • Why not use php7? It is easy to change in ampps

    – simonthesorcerer
    Oct 26 '18 at 21:02













1












1








1


0






I'm trying to install Magento 2 on AMPPS locally, I read the requirement here ,All the requirement is installed but Magento installer still give me an error without details :



enter image description here



Environment :



PHP 5.6.11
MySQL 5.6.25
Apache 2.4.12



I checked all the required PHP extensions in phpinfo(), All is enabled.



I do not know what can I do more .. I restart/reinstall the AMPPS, I clear the browser history .. nothing change !










share|improve this question
















I'm trying to install Magento 2 on AMPPS locally, I read the requirement here ,All the requirement is installed but Magento installer still give me an error without details :



enter image description here



Environment :



PHP 5.6.11
MySQL 5.6.25
Apache 2.4.12



I checked all the required PHP extensions in phpinfo(), All is enabled.



I do not know what can I do more .. I restart/reinstall the AMPPS, I clear the browser history .. nothing change !







magento2 php-5.6






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 6 '16 at 5:01









Teja Bhagavan Kollepara

3,00641949




3,00641949










asked Dec 9 '15 at 8:55









Abdulsalam ElsharifAbdulsalam Elsharif

1175




1175





bumped to the homepage by Community 17 mins ago


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 17 mins ago


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














  • Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?

    – KAndy
    Dec 9 '15 at 15:39











  • Why not use php7? It is easy to change in ampps

    – simonthesorcerer
    Oct 26 '18 at 21:02

















  • Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?

    – KAndy
    Dec 9 '15 at 15:39











  • Why not use php7? It is easy to change in ampps

    – simonthesorcerer
    Oct 26 '18 at 21:02
















Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?

– KAndy
Dec 9 '15 at 15:39





Do you try to add phpinfo(); to setup/index.php to verify that all settings/modules is applied?

– KAndy
Dec 9 '15 at 15:39













Why not use php7? It is easy to change in ampps

– simonthesorcerer
Oct 26 '18 at 21:02





Why not use php7? It is easy to change in ampps

– simonthesorcerer
Oct 26 '18 at 21:02










3 Answers
3






active

oldest

votes


















0














Looks like your PHP version and required PHP version are empty in your case. That could mean that they cannot be defined.
Try to debug the code in MagentoSetupModelPhpReadinessCheck::checkPhpVersion.






share|improve this answer






























    0














    AMPPS default is not install ctype extension and Magento 2 need this extension to check.
    You need open AMPPS application -> Open PHP tab -> PHP extension. Choose ctype.so and click 'Apply' button. Restart Apache and you can Readiness Check



    Hope it help!






    share|improve this answer






























      0














      Go to Ampps control panel, select PHP, click on Php Extension and enable the following extensions:




      bz2.so
      ctype.so
      curl.so
      gd.so
      iconv.so
      intl.so
      mbstring.so
      mcrypt.so
      mongo.so
      mysql.so
      mysqli.so
      openssl.so
      pdo_mysql.so
      pdo_sqlite.so
      soap.so
      sockets.so
      sqlite3.so
      xsl.so
      zip.so
      zlib.so



      Alternatively you can clone the Magento repository, after that if you try to install Magento you can see which extension are missing.






      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%2f93116%2fmagento-2-wont-install-on-ampps%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        0














        Looks like your PHP version and required PHP version are empty in your case. That could mean that they cannot be defined.
        Try to debug the code in MagentoSetupModelPhpReadinessCheck::checkPhpVersion.






        share|improve this answer



























          0














          Looks like your PHP version and required PHP version are empty in your case. That could mean that they cannot be defined.
          Try to debug the code in MagentoSetupModelPhpReadinessCheck::checkPhpVersion.






          share|improve this answer

























            0












            0








            0







            Looks like your PHP version and required PHP version are empty in your case. That could mean that they cannot be defined.
            Try to debug the code in MagentoSetupModelPhpReadinessCheck::checkPhpVersion.






            share|improve this answer













            Looks like your PHP version and required PHP version are empty in your case. That could mean that they cannot be defined.
            Try to debug the code in MagentoSetupModelPhpReadinessCheck::checkPhpVersion.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Dec 9 '15 at 21:30









            Arkadii ChyzhovArkadii Chyzhov

            2,448714




            2,448714























                0














                AMPPS default is not install ctype extension and Magento 2 need this extension to check.
                You need open AMPPS application -> Open PHP tab -> PHP extension. Choose ctype.so and click 'Apply' button. Restart Apache and you can Readiness Check



                Hope it help!






                share|improve this answer



























                  0














                  AMPPS default is not install ctype extension and Magento 2 need this extension to check.
                  You need open AMPPS application -> Open PHP tab -> PHP extension. Choose ctype.so and click 'Apply' button. Restart Apache and you can Readiness Check



                  Hope it help!






                  share|improve this answer

























                    0












                    0








                    0







                    AMPPS default is not install ctype extension and Magento 2 need this extension to check.
                    You need open AMPPS application -> Open PHP tab -> PHP extension. Choose ctype.so and click 'Apply' button. Restart Apache and you can Readiness Check



                    Hope it help!






                    share|improve this answer













                    AMPPS default is not install ctype extension and Magento 2 need this extension to check.
                    You need open AMPPS application -> Open PHP tab -> PHP extension. Choose ctype.so and click 'Apply' button. Restart Apache and you can Readiness Check



                    Hope it help!







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Apr 10 '16 at 4:24









                    tienletienle

                    1




                    1





















                        0














                        Go to Ampps control panel, select PHP, click on Php Extension and enable the following extensions:




                        bz2.so
                        ctype.so
                        curl.so
                        gd.so
                        iconv.so
                        intl.so
                        mbstring.so
                        mcrypt.so
                        mongo.so
                        mysql.so
                        mysqli.so
                        openssl.so
                        pdo_mysql.so
                        pdo_sqlite.so
                        soap.so
                        sockets.so
                        sqlite3.so
                        xsl.so
                        zip.so
                        zlib.so



                        Alternatively you can clone the Magento repository, after that if you try to install Magento you can see which extension are missing.






                        share|improve this answer





























                          0














                          Go to Ampps control panel, select PHP, click on Php Extension and enable the following extensions:




                          bz2.so
                          ctype.so
                          curl.so
                          gd.so
                          iconv.so
                          intl.so
                          mbstring.so
                          mcrypt.so
                          mongo.so
                          mysql.so
                          mysqli.so
                          openssl.so
                          pdo_mysql.so
                          pdo_sqlite.so
                          soap.so
                          sockets.so
                          sqlite3.so
                          xsl.so
                          zip.so
                          zlib.so



                          Alternatively you can clone the Magento repository, after that if you try to install Magento you can see which extension are missing.






                          share|improve this answer



























                            0












                            0








                            0







                            Go to Ampps control panel, select PHP, click on Php Extension and enable the following extensions:




                            bz2.so
                            ctype.so
                            curl.so
                            gd.so
                            iconv.so
                            intl.so
                            mbstring.so
                            mcrypt.so
                            mongo.so
                            mysql.so
                            mysqli.so
                            openssl.so
                            pdo_mysql.so
                            pdo_sqlite.so
                            soap.so
                            sockets.so
                            sqlite3.so
                            xsl.so
                            zip.so
                            zlib.so



                            Alternatively you can clone the Magento repository, after that if you try to install Magento you can see which extension are missing.






                            share|improve this answer















                            Go to Ampps control panel, select PHP, click on Php Extension and enable the following extensions:




                            bz2.so
                            ctype.so
                            curl.so
                            gd.so
                            iconv.so
                            intl.so
                            mbstring.so
                            mcrypt.so
                            mongo.so
                            mysql.so
                            mysqli.so
                            openssl.so
                            pdo_mysql.so
                            pdo_sqlite.so
                            soap.so
                            sockets.so
                            sqlite3.so
                            xsl.so
                            zip.so
                            zlib.so



                            Alternatively you can clone the Magento repository, after that if you try to install Magento you can see which extension are missing.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Jun 11 '17 at 11:42









                            Rama Chandran M

                            2,74381530




                            2,74381530










                            answered Feb 24 '16 at 21:18









                            Carmelo CatalanoCarmelo Catalano

                            165




                            165



























                                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%2f93116%2fmagento-2-wont-install-on-ampps%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

                                Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

                                Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

                                How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2