getting error: Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)White admin login screen on magento 2'Class MagentoCatalogModelIndexerCategoryFlatActionFullFactory does not exist'Proceeding to an exception page after save new categoryFatal error: Uncaught Error: Class 'Cli' not foundMagento 2: Duplicate key-sequence unique identity-constraint 'uniqueVirtualType' fatal error while di:compileMagento Module creation gives errorMagento 2: Plugin class does not existMagento 2 Error: Class does not existMagento2 REST API get all customers details

Sort a list of pairs representing an acyclic, partial automorphism

Can a novice safely splice in wire to lengthen 5V charging cable?

Do working physicists consider Newtonian mechanics to be "falsified"?

Hiding Certain Lines on Table

What aspect of planet Earth must be changed to prevent the industrial revolution?

University's motivation for having tenure-track positions

How to delete random line from file using Unix command?

Mortgage adviser recommends a longer term than necessary combined with overpayments

How is simplicity better than precision and clarity in prose?

Semisimplicity of the category of coherent sheaves?

Finding the path in a graph from A to B then back to A with a minimum of shared edges

What is this lever in Argentinian toilets?

Why is the object placed in the middle of the sentence here?

Are my PIs rude or am I just being too sensitive?

In horse breeding, what is the female equivalent of putting a horse out "to stud"?

Who or what is the being for whom Being is a question for Heidegger?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

How did passengers keep warm on sail ships?

Cooking pasta in a water boiler

Match Roman Numerals

"... to apply for a visa" or "... and applied for a visa"?

Is every episode of "Where are my Pants?" identical?

Why can't devices on different VLANs, but on the same subnet, communicate?

What can I do if neighbor is blocking my solar panels intentionally?



getting error: Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)White admin login screen on magento 2'Class MagentoCatalogModelIndexerCategoryFlatActionFullFactory does not exist'Proceeding to an exception page after save new categoryFatal error: Uncaught Error: Class 'Cli' not foundMagento 2: Duplicate key-sequence unique identity-constraint 'uniqueVirtualType' fatal error while di:compileMagento Module creation gives errorMagento 2: Plugin class does not existMagento 2 Error: Class does not existMagento2 REST API get all customers details



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















When i run command for indexing




php bin/magento indexer:info




Error was thrown




Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist



[MagentoFrameworkExceptionLocalizedException] Can't create
directory /var/www/html/var/generation/Magento/Indexer/Model/R

esourceModel/Indexer/State/.




I'm using magento 2.0.4, Linux server










share|improve this question

















  • 3





    give permissions to var /generation directory

    – Siva Kumar Koduru
    Dec 21 '17 at 5:41











  • wow , thanks it works. sudo chmod -R 777 /var/www/html/var/generation/

    – Ganesh
    Dec 21 '17 at 5:51


















2















When i run command for indexing




php bin/magento indexer:info




Error was thrown




Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist



[MagentoFrameworkExceptionLocalizedException] Can't create
directory /var/www/html/var/generation/Magento/Indexer/Model/R

esourceModel/Indexer/State/.




I'm using magento 2.0.4, Linux server










share|improve this question

















  • 3





    give permissions to var /generation directory

    – Siva Kumar Koduru
    Dec 21 '17 at 5:41











  • wow , thanks it works. sudo chmod -R 777 /var/www/html/var/generation/

    – Ganesh
    Dec 21 '17 at 5:51














2












2








2








When i run command for indexing




php bin/magento indexer:info




Error was thrown




Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist



[MagentoFrameworkExceptionLocalizedException] Can't create
directory /var/www/html/var/generation/Magento/Indexer/Model/R

esourceModel/Indexer/State/.




I'm using magento 2.0.4, Linux server










share|improve this question














When i run command for indexing




php bin/magento indexer:info




Error was thrown




Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist



[MagentoFrameworkExceptionLocalizedException] Can't create
directory /var/www/html/var/generation/Magento/Indexer/Model/R

esourceModel/Indexer/State/.




I'm using magento 2.0.4, Linux server







magento2 error cli






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 21 '17 at 5:35









Ganesh Ganesh

5618




5618







  • 3





    give permissions to var /generation directory

    – Siva Kumar Koduru
    Dec 21 '17 at 5:41











  • wow , thanks it works. sudo chmod -R 777 /var/www/html/var/generation/

    – Ganesh
    Dec 21 '17 at 5:51













  • 3





    give permissions to var /generation directory

    – Siva Kumar Koduru
    Dec 21 '17 at 5:41











  • wow , thanks it works. sudo chmod -R 777 /var/www/html/var/generation/

    – Ganesh
    Dec 21 '17 at 5:51








3




3





give permissions to var /generation directory

– Siva Kumar Koduru
Dec 21 '17 at 5:41





give permissions to var /generation directory

– Siva Kumar Koduru
Dec 21 '17 at 5:41













wow , thanks it works. sudo chmod -R 777 /var/www/html/var/generation/

– Ganesh
Dec 21 '17 at 5:51






wow , thanks it works. sudo chmod -R 777 /var/www/html/var/generation/

– Ganesh
Dec 21 '17 at 5:51











2 Answers
2






active

oldest

votes


















1














My www.test.com website on Ubunto 16.04 and nginx in the admin page had an error




Class
MagentoIndexerModelResourceModelIndexerStateCollectionFactory
does not exist




Turned out the folder
/var/www/test.com/html/magento/generated/code/Magento/Indexer was owned by root and everything from there to
/var/www/test.com/html/magento/generated/code/Magento/Indexer/Model/Indexer/CollectionFactory.php



fixed by changing owner to www-data like all the folders should have been:-



sudo chown -R www-data:www-data /var/www/test.com/html/magento/generated





share|improve this answer
































    0














    In admin side I am getting




    Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist




    so I tried



    sudo php chown -R www-data:www-data my_magento2_folder/*





    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%2f206651%2fgetting-error-class-magento-indexer-model-resourcemodel-indexer-state-collectio%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














      My www.test.com website on Ubunto 16.04 and nginx in the admin page had an error




      Class
      MagentoIndexerModelResourceModelIndexerStateCollectionFactory
      does not exist




      Turned out the folder
      /var/www/test.com/html/magento/generated/code/Magento/Indexer was owned by root and everything from there to
      /var/www/test.com/html/magento/generated/code/Magento/Indexer/Model/Indexer/CollectionFactory.php



      fixed by changing owner to www-data like all the folders should have been:-



      sudo chown -R www-data:www-data /var/www/test.com/html/magento/generated





      share|improve this answer





























        1














        My www.test.com website on Ubunto 16.04 and nginx in the admin page had an error




        Class
        MagentoIndexerModelResourceModelIndexerStateCollectionFactory
        does not exist




        Turned out the folder
        /var/www/test.com/html/magento/generated/code/Magento/Indexer was owned by root and everything from there to
        /var/www/test.com/html/magento/generated/code/Magento/Indexer/Model/Indexer/CollectionFactory.php



        fixed by changing owner to www-data like all the folders should have been:-



        sudo chown -R www-data:www-data /var/www/test.com/html/magento/generated





        share|improve this answer



























          1












          1








          1







          My www.test.com website on Ubunto 16.04 and nginx in the admin page had an error




          Class
          MagentoIndexerModelResourceModelIndexerStateCollectionFactory
          does not exist




          Turned out the folder
          /var/www/test.com/html/magento/generated/code/Magento/Indexer was owned by root and everything from there to
          /var/www/test.com/html/magento/generated/code/Magento/Indexer/Model/Indexer/CollectionFactory.php



          fixed by changing owner to www-data like all the folders should have been:-



          sudo chown -R www-data:www-data /var/www/test.com/html/magento/generated





          share|improve this answer















          My www.test.com website on Ubunto 16.04 and nginx in the admin page had an error




          Class
          MagentoIndexerModelResourceModelIndexerStateCollectionFactory
          does not exist




          Turned out the folder
          /var/www/test.com/html/magento/generated/code/Magento/Indexer was owned by root and everything from there to
          /var/www/test.com/html/magento/generated/code/Magento/Indexer/Model/Indexer/CollectionFactory.php



          fixed by changing owner to www-data like all the folders should have been:-



          sudo chown -R www-data:www-data /var/www/test.com/html/magento/generated






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Oct 5 '18 at 13:21









          Rama Chandran M

          2,74181530




          2,74181530










          answered Oct 5 '18 at 13:02









          Joe GodfreyJoe Godfrey

          111




          111























              0














              In admin side I am getting




              Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist




              so I tried



              sudo php chown -R www-data:www-data my_magento2_folder/*





              share|improve this answer



























                0














                In admin side I am getting




                Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist




                so I tried



                sudo php chown -R www-data:www-data my_magento2_folder/*





                share|improve this answer

























                  0












                  0








                  0







                  In admin side I am getting




                  Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist




                  so I tried



                  sudo php chown -R www-data:www-data my_magento2_folder/*





                  share|improve this answer













                  In admin side I am getting




                  Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist




                  so I tried



                  sudo php chown -R www-data:www-data my_magento2_folder/*






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Apr 10 at 5:51









                  Arshad SyedArshad Syed

                  12




                  12



























                      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%2f206651%2fgetting-error-class-magento-indexer-model-resourcemodel-indexer-state-collectio%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

                      Sum ergo cogito? 1 nng

                      419 nièngy_Soadمي 19bal1.5o_g

                      Queiggey Chernihivv 9NnOo i Zw X QqKk LpB