2019年9月10日 星期二

Magento2遇到one or more indexers are invalid解決方案


索引是Magento轉換資料的方式,

用以提升商店性能,

隨著資料更新,

往往需要更新(update)或者重編制(reindex),

舉凡從產品類別,產品價格,產品屬性,庫存......等等,

幾個重要的資料,

Magento都會建立索引,

這些索引可在index management中找到。

在資料異動之後,

系統會自動提醒使用者更新索引,


當出現此訊息時,

有底下幾種解決方式:

1.
使用命令列,

手動執行 "php /magento安裝目錄/bin/magento indexer:reindex"


2.
使用cron,
排程執行"php /magento安裝目錄/bin/magento indexer:reindex"


3.
安裝第三方套件,從後台更新index

沒有留言: