matomo-org/matomo

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

Open

#18,189 opened on 2021年10月20日

GitHub で見る
 (6 comments) (0 reactions) (0 assignees)PHP (21,513 stars) (2,847 forks)batch import
BugHelp wanted

説明

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.

コントリビューターガイド

Wrong amount of Users / Websites in Diagnostic > Database Usage > General Information · matomo-org/matomo#18189 | Good First Issue