After using Indexer Product EAV index shows question marks (?,?,?,?,?) and Indexer:status shows Reindex Required for Product EAV index. The attribute filters are missing from the category pages.
Has anyone ran across this issue and knows a fix? It happens on all the latest versions of the software: 2.0.16, 2.1.8, 2.1.9, 2.2.0.
Solved! Go to Solution.
Hi @BobFrancis,
Can you share the exact commands you are running?
I would like to test it on a few instances.
Sure,
php bin/magento indexer:reindex - That's when I see the (?,?,?,?,?) lines over and over during the indexing of Products EAV.
Then I run php bin/magento indexer:status - This shows Reindex Required for Product EAV after I have run the indexer:reindex command.
I'm using 2.1.x and 2.2 and I can't get the same result. My projects are mostly without 3rd-party modules (just 1 project has several modules).
Did you tried the same code on another server/environment?
I am running Debian 9 and php 7.0.x, what OS and PHP version are you using?
With CentOS I kept running into general exception errors with magento 2.2.0
I've tried Magento 2.1.9 with Ubntu 16.04 and PHP 5.6 and Magento 2.2 on Ubuntu 16.04 with PHP 7.1. Different projects, some almost vanilla installations and another ones with themes and some modules.
Indexers are working normally.
Thanks, I'll give Ubuntu a try.
Hi @BobFrancis,
No, I don't. Also, I didn't imported too much products with the out-of-the-box features.
Once I've used this module: https://github.com/firegento/FireGento_FastSimpleImport2
But I've created my own console script to import a lot of products and customers and everything has worked fine.