Magento 无法重新索引数据
我正在尝试在本地主机 magento1.5v 中运行索引管理。当我选择所有复选框并点击提交按钮时,什么也没有发生。# 符号附加到地址栏中的 url。不知道出了什么问题!
I m trying to run index management in localhost magento1.5v.When I select all check boxes and hit submit button,nothing is happening.# symbol appending to the url in the address bar.No idea of whats going wrong!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过 CLI 运行索引:
php /path/to/magento/shell/indexer.php reindexall
如果这是 1.5 的全新安装,我会尝试使用不同的浏览器来查看。如果是从 1.4 升级到 1.5,我会仔细检查并确保您的核心文件没有被修改。
You can run the indexes via CLI:
php /path/to/magento/shell/indexer.php reindexall
If this was a fresh install of 1.5 I would try a different browser just to see. If it was an upgrade from 1.4 to 1.5, I would double check and make sure none of your core files have been modified.
有时,未正确保存的新产品(即带有 SKU)可能会破坏索引。检查所有产品是否有 SKU,并根据需要将其删除。
Sometimes a new product that is not saved properly (i.e. with a SKU) can break the indexing. Check the products all have SKUs and delete them if need be.