Magento – Catalog URL Rewrites stuck in processing

admincatalogindexingsshurl-rewrite

SO last night I had to delete alot of products to start over and now Catalog URL Rewrites Index is stuck in processing. With some research I saw that this might be able to be handled via SSH but I do not have access to SSH on this server. Any ideas?

Best Answer

You might try changing status in index_process table for catalog_url entry to 'pending'. After that Magento should allow you to reindex it again. If it will hang, truncate core_url_rewrite table before indexing again.

Related Topic