Hi,
http://dietaryglobal.com/indexing.jpg
Please check the image how could I solve the problem I have more than 1Lacs product in the store.
Thanks
Solved! Go to Solution.
Hi @cemk04
If you have SSH access then follow the following steps.
Login using SSH and go to shell folder of your magento then run the following command
php -f indexer.php --reindex catalog_url
See the Magento: Re-Index Data With Command Shell page for more details.
Hi,
Try deleting the contents of the var/locks/* directory.
Hi,
Delete the content under var/lock but nothing happen same as previous .
Thanks
@cemk04 How are you reindexing the indexes? using admin interface or shell command?
Hi @Mukesh Tiwari,
Thanks for your reply.
Using admin interface,
Can you please tell me the process shell command indexing..
Hi @cemk04
If you have SSH access then follow the following steps.
Login using SSH and go to shell folder of your magento then run the following command
php -f indexer.php --reindex catalog_url
See the Magento: Re-Index Data With Command Shell page for more details.
Thank you very much now indexing complete .