getting error: Class MagentoIndexerModelResourceModelIndexerStateCollectionFactory does not exist ...
How to change the limits of integration
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Is it possible to achieve a negative score?
Monty Hall variation
What does "rabbited" mean/imply in this sentence?
Why is my p-value correlated to difference between means in two sample tests?
Access elements in std::string where positon of string is greater than its size
Should I write numbers in words or as numerals when there are multiple next to each other?
The difference between dialogue marks
Realistic Alternatives to Dust: What Else Could Feed a Plankton Bloom?
Unbreakable Formation vs. Cry of the Carnarium
How to reverse every other sublist of a list?
What is the best strategy for white in this position?
How long do I have to send my income tax payment to the IRS?
How to deal with fear of taking dependencies
Carnot-Caratheodory metric
On the insanity of kings as an argument against monarchy
How are circuits which use complex ICs normally simulated?
Limit to 0 ambiguity
How do you say "canon" as in "official for a story universe"?
Dual Citizen. Exited the US on Italian passport recently
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
Could a US political party gain complete control over the government by removing checks & balances?
What tool would a Roman-age civilization have to grind silver and other metals into dust?
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 19 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