Magento 1.x – Fix “Cannot initialize the indexer process” when reindexing on admin.


This message usually occurred when we Enable “Use Flat Catalog Category” and “Use Flat Catalog Product”, or after setting up an environment, we are missing any catalog related table.

First step, is trying to run the reindex processes manually via CLI, like this:


Then, you should try reindexing all:


After that, clear magento cache and you should be done.

 

Note: If any error appear, like a missing table, it will be displayed when trying to reindex in your console, and you should be able to fix it up.