Maganto错误-Cannot initialize the indexer process的解决方法 05 January 2011 23:06 Wednesday by 小屋 分享收藏

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--

引用地址:

相关评论:

  1. gravatar face
    hex nuts 1 月 06 日 对 “Maganto错误-Cannot initialize the indexer process的解决方法” 发表最新评论。
    原来是要这么解决啊

    原来是要这么解决啊

      评分:5

  2. 1
    hex nuts :

    原来是要这么解决啊

发表评论:

  给 “Maganto错误-Cannot initialize the indexer process的解决方法” 评分

广告、无意义的评论必删!