getting error: Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist The 2019 Stack Overflow Developer Survey Results Are InWhite 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

Extreme, unacceptable situation and I can't attend work tomorrow morning

Is flight data recorder erased after every flight?

Why did Howard Stark use all the Vibranium they had on a prototype shield?

Inflated grade on resume at previous job, might former employer tell new employer?

aging parents with no investments

Unbreakable Formation vs. Cry of the Carnarium

How are circuits which use complex ICs normally simulated?

What is the use of option -o in the useradd command?

Monty Hall variation

Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?

Where does the "burst of radiance" from Holy Weapon originate?

What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?

How to deal with fear of taking dependencies

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

Time travel alters history but people keep saying nothing's changed

What is the meaning of Triage in Cybersec world?

How to create dashed lines/arrows in Illustrator

How was Skylab's orbit inclination chosen?

A poker game description that does not feel gimmicky

What does "rabbited" mean/imply in this sentence?

Are there any other methods to apply to solving simultaneous equations?

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

Where to refill my bottle in India?

Is there a name of the flying bionic bird?



getting error: Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist



The 2019 Stack Overflow Developer Survey Results Are InWhite 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

568




568







  • 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


















0














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









      0














      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














        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












          0








          0







          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

          1




          1























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









                  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

                      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