Magento安装达到了100%的磁盘使用率。在纠正了这个问题之后,似乎Lucene搜索现在处于脱机状态。
我无法重建搜索索引,因为我只是出现了这个错误:
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.1.0-RC1")
我已整理出磁盘空调问题并在整个服务器上运行权限修复。我不确定接下来要走哪一步。
答案 0 :(得分:2)
我最终解决了以下情况:
var/indexer/
var/indexe/
替换文件夹php shell/lucene-tool.php --mark_unprocessed 1
php shell/lucene-tool.php --removeall 1
php shell/indexer.php --reindex rebuild_search_index_lucene
How to reindex all products from the scratch (SSH method) ? (Full reindex)
这恢复了搜索索引&错误不再弹出。