Magento管理后台重建索引(Index Management)时,遇到错误:Cannot initialize the indexer process.
下面的方法可能解决这个错误。
1.确保var /locks 文件夹是可写的。
2.删除var /locks目录下所有的.locks 文件。
3.用phpmyadmin等数据库工具打开你的SQL,在查询窗口运行sql语句:
DELETE FROM catalog_category_product_index;
4.试着用Magento清除工具来重置所有文件的权限。
作者: Sjolzy
--EOF--
原来是要这么解决啊
评分:5分
hex nuts : 2011-01-06 13:06
原来是要这么解决啊