Error - There was a problem with reindexing process (Product flat data) indexes Drucken

  • M1
  • 15

If re-indexing the Product flat data index gives an unknown re-indexing error or "Some problem with re-indexing process" error message or the re-indexing of Product flat data index is never completed, then it is most likely due to references to products that have been deleted or no longer exist.

You could try truncating those catalog_product_flat_* tables. Backup your database and then via MySQL console, phpMyAdmin or other MySQL client run the following:

truncate table catalog_product_flat_1;
truncate table catalog_product_flat_2;
truncate table catalog_product_flat_3;



Do this for all catalog_product_flat_* tables. Then re-index the Product flat data index to rebuild / repopulate those tables.

If you are a Create Hosting customer on the Magento Hosting Plan, drop us a support ticket and we'll take care of that for you.


War diese Antwort hilfreich?

« Zurück