Sometime we face issues in reindexing like "Some problem with reindexing process" error, there are many reasons for it -
1) maximum execution of script
2) number of products in database and store view
3) locked files of previous process
To get rid of it we can perform following process -
1) increase maximum execution time in php.ini or in index.php of magento root by ini_set('max_execution_time', 300);
2) delete all files present in var/locks folder of magento setup and reindex again from backend.
3) truncate table `core_url_rewrite` and perform reindexing from magento admin that will set all system url again.
Before running query in databaes make sure you will backup all data.
0 Comment(s)