Magento Installation Error - Magento 2












2















I have uploaded Magento2 source code on centos Rackspace server, and I have changed credentials whenever required, but when I run my website, I get an error like "Vendor autoload is not found. Please run 'composer install' under application root directory." after this, i have install composer but still, i get this error.




Url : http://204.232.133.184/




enter image description here










share|improve this question
















bumped to the homepage by Community 3 mins ago


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
















  • Your link is not opening. If possibe upload screen shot.

    – Arjun
    Aug 1 '16 at 10:02











  • @ravi just delete the all inside the cache folder except .htacess and .sample-data-state.flag and provide proper permission to all your folder

    – Bhupendra Jadeja
    Aug 1 '16 at 10:07
















2















I have uploaded Magento2 source code on centos Rackspace server, and I have changed credentials whenever required, but when I run my website, I get an error like "Vendor autoload is not found. Please run 'composer install' under application root directory." after this, i have install composer but still, i get this error.




Url : http://204.232.133.184/




enter image description here










share|improve this question
















bumped to the homepage by Community 3 mins ago


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
















  • Your link is not opening. If possibe upload screen shot.

    – Arjun
    Aug 1 '16 at 10:02











  • @ravi just delete the all inside the cache folder except .htacess and .sample-data-state.flag and provide proper permission to all your folder

    – Bhupendra Jadeja
    Aug 1 '16 at 10:07














2












2








2








I have uploaded Magento2 source code on centos Rackspace server, and I have changed credentials whenever required, but when I run my website, I get an error like "Vendor autoload is not found. Please run 'composer install' under application root directory." after this, i have install composer but still, i get this error.




Url : http://204.232.133.184/




enter image description here










share|improve this question
















I have uploaded Magento2 source code on centos Rackspace server, and I have changed credentials whenever required, but when I run my website, I get an error like "Vendor autoload is not found. Please run 'composer install' under application root directory." after this, i have install composer but still, i get this error.




Url : http://204.232.133.184/




enter image description here







magento2 error installation composer varien-autoload






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 25 '17 at 5:42









Nikunj Vadariya

2,8261821




2,8261821










asked Aug 1 '16 at 9:46









Ravi ThankiRavi Thanki

34429




34429





bumped to the homepage by Community 3 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 3 mins ago


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















  • Your link is not opening. If possibe upload screen shot.

    – Arjun
    Aug 1 '16 at 10:02











  • @ravi just delete the all inside the cache folder except .htacess and .sample-data-state.flag and provide proper permission to all your folder

    – Bhupendra Jadeja
    Aug 1 '16 at 10:07



















  • Your link is not opening. If possibe upload screen shot.

    – Arjun
    Aug 1 '16 at 10:02











  • @ravi just delete the all inside the cache folder except .htacess and .sample-data-state.flag and provide proper permission to all your folder

    – Bhupendra Jadeja
    Aug 1 '16 at 10:07

















Your link is not opening. If possibe upload screen shot.

– Arjun
Aug 1 '16 at 10:02





Your link is not opening. If possibe upload screen shot.

– Arjun
Aug 1 '16 at 10:02













@ravi just delete the all inside the cache folder except .htacess and .sample-data-state.flag and provide proper permission to all your folder

– Bhupendra Jadeja
Aug 1 '16 at 10:07





@ravi just delete the all inside the cache folder except .htacess and .sample-data-state.flag and provide proper permission to all your folder

– Bhupendra Jadeja
Aug 1 '16 at 10:07










5 Answers
5






active

oldest

votes


















0














Run the following commands in Magento 2 root directories:



php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy





share|improve this answer
























  • Ok let me check

    – Ravi Thanki
    Aug 1 '16 at 10:07











  • Before you do that, go to your Magento root directory and run composer install. You cloned the Magento 2 GitHub repository and that command downloads all the dependent modules.

    – Steve Johnson
    Aug 2 '16 at 0:05



















0














Please use following command to fix the issue



1- chmod -R 755 pub var app/etc



2- use command composer install



Note: Please make sure that your composer is installed.






share|improve this answer































    0














    You have missing vendor, you need to upload vendor or run below command for download vendor



    composer update
    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy





    share|improve this answer































      0














      Run below commands to solve this issue:



      1. Download the composer phar file using below link
      https://getcomposer.org/download/


      Run all the mentioned commands one by one in the putty



      2. php composer.phar install


      Once both commands ran successfully then refresh frontend, it will ask for setup.






      share|improve this answer

































        0














        Run these commands to automatically download the composer and use it.



        wget https://getcomposer.org/composer.phar
        chmod +x composer.phar
        ./composer.phar install





        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%2f128379%2fmagento-installation-error-magento-2%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          5 Answers
          5






          active

          oldest

          votes








          5 Answers
          5






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Run the following commands in Magento 2 root directories:



          php bin/magento setup:upgrade
          php bin/magento setup:static-content:deploy





          share|improve this answer
























          • Ok let me check

            – Ravi Thanki
            Aug 1 '16 at 10:07











          • Before you do that, go to your Magento root directory and run composer install. You cloned the Magento 2 GitHub repository and that command downloads all the dependent modules.

            – Steve Johnson
            Aug 2 '16 at 0:05
















          0














          Run the following commands in Magento 2 root directories:



          php bin/magento setup:upgrade
          php bin/magento setup:static-content:deploy





          share|improve this answer
























          • Ok let me check

            – Ravi Thanki
            Aug 1 '16 at 10:07











          • Before you do that, go to your Magento root directory and run composer install. You cloned the Magento 2 GitHub repository and that command downloads all the dependent modules.

            – Steve Johnson
            Aug 2 '16 at 0:05














          0












          0








          0







          Run the following commands in Magento 2 root directories:



          php bin/magento setup:upgrade
          php bin/magento setup:static-content:deploy





          share|improve this answer













          Run the following commands in Magento 2 root directories:



          php bin/magento setup:upgrade
          php bin/magento setup:static-content:deploy






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 1 '16 at 10:02







          user41152




















          • Ok let me check

            – Ravi Thanki
            Aug 1 '16 at 10:07











          • Before you do that, go to your Magento root directory and run composer install. You cloned the Magento 2 GitHub repository and that command downloads all the dependent modules.

            – Steve Johnson
            Aug 2 '16 at 0:05



















          • Ok let me check

            – Ravi Thanki
            Aug 1 '16 at 10:07











          • Before you do that, go to your Magento root directory and run composer install. You cloned the Magento 2 GitHub repository and that command downloads all the dependent modules.

            – Steve Johnson
            Aug 2 '16 at 0:05

















          Ok let me check

          – Ravi Thanki
          Aug 1 '16 at 10:07





          Ok let me check

          – Ravi Thanki
          Aug 1 '16 at 10:07













          Before you do that, go to your Magento root directory and run composer install. You cloned the Magento 2 GitHub repository and that command downloads all the dependent modules.

          – Steve Johnson
          Aug 2 '16 at 0:05





          Before you do that, go to your Magento root directory and run composer install. You cloned the Magento 2 GitHub repository and that command downloads all the dependent modules.

          – Steve Johnson
          Aug 2 '16 at 0:05













          0














          Please use following command to fix the issue



          1- chmod -R 755 pub var app/etc



          2- use command composer install



          Note: Please make sure that your composer is installed.






          share|improve this answer




























            0














            Please use following command to fix the issue



            1- chmod -R 755 pub var app/etc



            2- use command composer install



            Note: Please make sure that your composer is installed.






            share|improve this answer


























              0












              0








              0







              Please use following command to fix the issue



              1- chmod -R 755 pub var app/etc



              2- use command composer install



              Note: Please make sure that your composer is installed.






              share|improve this answer













              Please use following command to fix the issue



              1- chmod -R 755 pub var app/etc



              2- use command composer install



              Note: Please make sure that your composer is installed.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Mar 22 '17 at 9:00









              Abhinav SinghAbhinav Singh

              2,037610




              2,037610























                  0














                  You have missing vendor, you need to upload vendor or run below command for download vendor



                  composer update
                  php bin/magento setup:upgrade
                  php bin/magento setup:static-content:deploy





                  share|improve this answer




























                    0














                    You have missing vendor, you need to upload vendor or run below command for download vendor



                    composer update
                    php bin/magento setup:upgrade
                    php bin/magento setup:static-content:deploy





                    share|improve this answer


























                      0












                      0








                      0







                      You have missing vendor, you need to upload vendor or run below command for download vendor



                      composer update
                      php bin/magento setup:upgrade
                      php bin/magento setup:static-content:deploy





                      share|improve this answer













                      You have missing vendor, you need to upload vendor or run below command for download vendor



                      composer update
                      php bin/magento setup:upgrade
                      php bin/magento setup:static-content:deploy






                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered May 25 '17 at 5:51









                      Suresh ChikaniSuresh Chikani

                      9,88053270




                      9,88053270























                          0














                          Run below commands to solve this issue:



                          1. Download the composer phar file using below link
                          https://getcomposer.org/download/


                          Run all the mentioned commands one by one in the putty



                          2. php composer.phar install


                          Once both commands ran successfully then refresh frontend, it will ask for setup.






                          share|improve this answer






























                            0














                            Run below commands to solve this issue:



                            1. Download the composer phar file using below link
                            https://getcomposer.org/download/


                            Run all the mentioned commands one by one in the putty



                            2. php composer.phar install


                            Once both commands ran successfully then refresh frontend, it will ask for setup.






                            share|improve this answer




























                              0












                              0








                              0







                              Run below commands to solve this issue:



                              1. Download the composer phar file using below link
                              https://getcomposer.org/download/


                              Run all the mentioned commands one by one in the putty



                              2. php composer.phar install


                              Once both commands ran successfully then refresh frontend, it will ask for setup.






                              share|improve this answer















                              Run below commands to solve this issue:



                              1. Download the composer phar file using below link
                              https://getcomposer.org/download/


                              Run all the mentioned commands one by one in the putty



                              2. php composer.phar install


                              Once both commands ran successfully then refresh frontend, it will ask for setup.







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited Aug 16 '17 at 10:52









                              diazwatson

                              1,46911323




                              1,46911323










                              answered Aug 16 '17 at 10:36









                              nishunishu

                              1




                              1























                                  0














                                  Run these commands to automatically download the composer and use it.



                                  wget https://getcomposer.org/composer.phar
                                  chmod +x composer.phar
                                  ./composer.phar install





                                  share|improve this answer




























                                    0














                                    Run these commands to automatically download the composer and use it.



                                    wget https://getcomposer.org/composer.phar
                                    chmod +x composer.phar
                                    ./composer.phar install





                                    share|improve this answer


























                                      0












                                      0








                                      0







                                      Run these commands to automatically download the composer and use it.



                                      wget https://getcomposer.org/composer.phar
                                      chmod +x composer.phar
                                      ./composer.phar install





                                      share|improve this answer













                                      Run these commands to automatically download the composer and use it.



                                      wget https://getcomposer.org/composer.phar
                                      chmod +x composer.phar
                                      ./composer.phar install






                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Dec 14 '18 at 16:30









                                      Rafael Corrêa GomesRafael Corrêa Gomes

                                      4,29222962




                                      4,29222962






























                                          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%2f128379%2fmagento-installation-error-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

                                          Polycentropodidae

                                          Magento 2 Error message: Invalid state change requested

                                          Paulmy