cancel
Showing results for 
Search instead for 
Did you mean: 

Re-indexing Issue

SOLVED

Re-indexing Issue

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Re-indexing Issue

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.

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

View solution in original post

6 REPLIES 6

Re: Re-indexing Issue

Hi,

Try deleting the contents of the var/locks/* directory.

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner

Re: Re-indexing Issue

Hi,

 

Delete the content under var/lock but nothing happen same as previous .

 

Thanks

Re: Re-indexing Issue

@cemk04 How are you reindexing the indexes? using admin interface or shell command?

 

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: Re-indexing Issue

Hi @Mukesh Tiwari,

 

Thanks for your reply.

 

Using admin interface,

 

Can you please tell me the process shell command indexing..

 

 

Re: Re-indexing Issue

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.

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: Re-indexing Issue

Thank you very much  now indexing complete .