Reindexing
reindexing solution fixed using this extension(mainly getting problem with the catalog url rewrittes issue
http://www.dnd.fr/2012/09/magento-patch-how-to-optimize-re-index-processing-time-for-url-rewrite/
http://inchoo.net/ecommerce/magento/executing-magento-indexer-from-shell/
using shell for reindexing
ghrix@ghrix-pc11:~$ ssh alloutsh@alloutshopping.com
alloutsh@alloutshopping.com's password:
Last login: Tue Apr 1 23:57:50 2014 from 125.62.111.125
alloutsh@alloutshopping.com [~]# cd public_html/au/shell
alloutsh@alloutshopping.com [~/public_html/au/shell]# php-cli -f indexer.php reindexall
Product Attributes index was rebuilt successfully
Product Prices index was rebuilt successfully
Catalog URL Rewrites index was rebuilt successfully
Category Products index was rebuilt successfully
Catalog Search Index index was rebuilt successfully
Stock Status index was rebuilt successfully
Tag Aggregation Data index was rebuilt successfully
Configurable Product Attributes index was rebuilt successfully
alloutsh@alloutshopping.com [~/public_html/au/shell]#
php -f indexer.php -- -reindex catalog_url
Comments
Post a Comment