Magento index status pending forever

Viewed 15174

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:

  1. Is there any relation between this problem and the installation process? (via command line)
  2. 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.
  3. 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

2 Answers
Related