Drupal cron 作业和重新索引站点问题

发布于 2024-12-03 01:46:17 字数 149 浏览 0 评论 0原文

我的 drupal 站点有问题。当我多次运行 cron.php 时,索引结果停留在 99%。并且新内容不会出现在搜索结果中。我可以做什么来解决这个问题?

我尝试将 max_allowed_pa​​cket 设置为 24M 和 mysqli.reconnect = On

I have a problem in my drupal site. When I run the cron.php multiple times, the index result got stuck at 99%. And the new contents won't show up in search results. What can I do to fix this?

I have tried setting max_allowed_packet to 24M and mysqli.reconnect = On

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半城柳色半声笛 2024-12-10 01:46:17

您是否尝试过减少每次运行要索引的项目数量?在我这样做之前我也遇到了同样的问题。

转到“搜索设置”页面,并将每次 cron 运行要索引的项目数更改为 10。然后运行 ​​cron 并查看您得到的结果。您可能需要跑几次才能赶上,但之后就应该没问题了。

Have you tried to lower the number of items to index per run? I had the same issue till I did that.

Goto the Search Settings page and change the number of items to index per cron run to 10. Then run cron and see what you get. You may have to run a few times to catch up, but then you should be fine.

花想c 2024-12-10 01:46:17

如果您在某些节点中使用了 PHP 过滤器并使用了 drupal_goto() 这可能会导致索引问题。如下所示: Cron 不能在 Drupal 上运行:drupal_goto() 案例http://drupal.org 上也有一个关于此问题的帖子:drupal_goto 上的 cron 中断

If you have used the PHP filter in some of your nodes and used a drupal_goto() this can cause a problem with indexing. As seen here: Cron cannot run on Drupal: the drupal_goto() case. There is a thread on http://drupal.org about this as well: cron breaks on drupal_goto

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文