magento - 索引管理 - 无法初始化索引器进程
我刚刚将 Magento 站点移至新服务器,并尝试使用索引管理重新索引我的商店。
我检查了所有框并重新索引,得到以下信息:
无法初始化索引器进程。
我已经研究过使用 Magento Cleanup 工具重置文件权限。但我尝试过的一切似乎都不起作用。
以前有人遇到过这个问题吗?他们是如何克服这个问题的?
非常感谢
I've just moved my Magento site to a new server and I'm trying to re-index my store using the Index Management.
I check all the boxes and re-index and I get the following:
Cannot initialize the indexer process.
I've looked at resetting the file permissions using the Magento Cleanup tool. But nothing I've tried seems to work.
Has anyone ever come across this before and how did they get past this?
Many thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道为什么你不能从索引管理中执行此操作,但作为临时解决方案,我建议使用 cmd 行中的 indexer.php 脚本:
php /var/www/magento/shell/indexer.php reindexall
。您也可以通过系统 cron 定期运行它,它应该可以工作一段时间。I don't have any idea why you can't do it from the Index Management, but as a temporary solution, I would advise to use indexer.php script from the cmd line:
php /var/www/magento/shell/indexer.php reindexall
. You can also run it by the system cron periodically, it should do the trick for a while.从 var/locks 中删除文件并将文件夹的权限更改为 755,它将起作用..如果 Dataseb 文件没有任何问题
delete files from var/locks and change permission of folder to 755, it will work..if donot have any issue with Dataseb files