I always get reindex required but when I try to reindex it, I get "There was a problem with reindexing process."
What can I do?
6 answers
Hi
There is other threads discussing about the same topic: http://www.joomlart.com/forums/showt…dexing+process
Hope it helps.
Hi
There is other threads discussing about the same topic: http://www.joomlart.com/forums/showt…dexing+process
Hope it helps.
I was try it, but it didn’t help, I also have "catalog_product_flat_2" and "catalog_product_flat_3" tabels. any Idea?
Which version of Magento are you using and how did you install this theme: use quickstart package or install separately?
I was install the quickstart
Hi
Take a backup of your site first and then run the same 2 SQL queries with catalog_product_flat_2 and catalog_product_flat_3 tables.
It should work
Thanks a lot I use:
Code:
SET FOREIGN_KEY_CHECKS=0; DROP TABLE catalog_product_flat_1; DROP TABLE catalog_product_flat_2; DROP TABLE catalog_product_flat_3;
and now the reindex work
This question is now closed