drupal模块统计不计算最近的页面浏览量

发布于 2024-11-01 00:10:36 字数 140 浏览 1 评论 0原文

我有 drupal 的统计模块,但它似乎失败了,它不计算页面浏览量。 如果我想在视图中显示一篇文章的总视图,则 all 保留为 0, 当我进入管理并尝试查看最近的访问时,它说没有统计数据 所以它显然是失败的。 我确实以适当的权限启用了它...... 有什么想法吗?

I have the the statistics module for drupal, but it seems to fail, it doesn't count the page views..
all remains in 0 if I want to show for example a total view for an article in a view,
and when I enter to admin and try to see the recent visits, it sais that there are no statistics
So it is obviously failing.
I did enable it with the proper permissions...
any iddeas?

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

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

发布评论

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

评论(1

终陌 2024-11-08 00:10:36

这很愚蠢,但导航菜单的报告层次结构下有一个设置页面。您必须启用其中的一些选项才能开始跟踪统计数据。在 Drupal 7 中,它是 admin/config/system/statistics

还要确保您只跟踪节点视图,否则它会很快填满您的看门狗表,您可能会哭。

It's dumb, but there is a settings page under the report hierarchy of the navigation menu. You must enable a few options in there for statistics to start tracking. In Drupal 7, it's admin/config/system/statistics.

Also make sure sure you're only tracking node views or it will fill you watchdog table up so fast you could cry.

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