I've created a Magento instance via command line and added a few products. Right after, started the re-index proccess for every indexes. The current situation is that all indexes have status pending/processing. This situation brings me a few questions:
- Is there any relation between this problem and the installation process? (via command line)
- Is it a problem? Since I didn't have noticed any side effect I'm not very concerned about it. Unless if it's spending tons of unnecessary processing.
- How can I fix it?
I've already executed php shell/indexer.php reindexall but nothing changed. And, if I execute php shell/indexer.php --status all indexes report as 'Pending'.
Thanks