matomo-org/matomo

Wrong amount of Users / Websites in Diagnostic > Database Usage > General Information

开放

#18,189 创建于 2021年10月20日

 (6 条评论) (0 个反应) (0 位负责人)PHP (2,892 个派生)batch import
BugHelp wanted

仓库指标

星标
 (21,797 个星标)
PR 合并指标
 (平均合并 8天 11小时) (30 天内合并 106 个 PR)

描述

After upgrading from 3* to 4*, the wrong number of users and websites is displayed in Diagnostics > Database Usage > General Information.

Displayed information General Information

36 Users
51 websites

Real information General Information

39 users
53 websites

Table statistics.piwik_user: SELECT COUNT(*) FROM statistics.piwik_user = 39

Table statistics.piwik_site SELECT COUNT(*) FROM statistics.piwik_site = 53

Any advices how to correct this?

Thanx.

贡献者指南