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;
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
add a comment |
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
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
add a comment |
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
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
magento2 error cli
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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
add a comment |
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/*
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
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
add a comment |
add a comment |
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/*
add a comment |
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/*
add a comment |
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/*
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/*
answered 23 mins ago
Arshad SyedArshad Syed
12
12
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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