Cannot initialize the indexer process

Hello,
Yesterday I installed quickstart. It all works.
However, when I get the index error "Can not initialize the indexer process.".
I can not fix the problem, what can I do?

Thanks for the help

Attachment 23279

6 answers

Profile photo of Saguaros 0.00 $tone September 12, 2012
Public

Hi Harald again,

The very first thing is REMEMBER to BACKUP your site before follow these steps:

1. With product prices, you could follow this thread: http://magenting.wordpress.com/2011/…rs-in-magento/

2. With product flat data:
-- You go to your database and find a table like: catalog_product_flat_1

-- Then run under SQL:

Code:

SET FOREIGN_KEY_CHECKS=0;

DROP TABLE catalog_product_flat_1

Then reindex again.

If it still don’t work, make the same step with each table ‘catalog_product_flat_2’ and ‘catalog_product_flat_3’ (In my case,I success with the catalog_product_flat_1)

Regards.

#5

This question is now closed

Written By

Comments