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
Does it makes sense to buy a new cycle to learn riding?
Time travel alters history but people keep saying nothing's changed
Can the Protection from Evil and Good spell be used on the caster?
What can other administrators access on my machine?
JSON.serialize: is it possible to suppress null values of a map?
Why could you hear an Amstrad CPC working?
Understanding the implication of what "well-defined" means for the operation in quotient group
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Where to refill my bottle in India?
Why do I get badly formatted numerical results when I use StringForm?
Why did Howard Stark use all the Vibranium they had on a prototype shield?
How to change the limits of integration
How can I create a character who can assume the widest possible range of creature sizes?
Is this food a bread or a loaf?
Is "plugging out" electronic devices an American expression?
How to reverse every other sublist of a list?
What tool would a Roman-age civilization have to grind silver and other metals into dust?
What do hard-Brexiteers want with respect to the Irish border?
What is this 4-propeller plane?
Limit to 0 ambiguity
Is bread bad for ducks?
Is domain driven design an anti-SQL pattern?
Are USB sockets on wall outlets live all the time, even when the switch is off?
Are there any other methods to apply to solving simultaneous equations?
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 8 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