You can fix the counts by running the following query in mongodb for each group that has the wrong member count.
// get number of users db.objects.count({_key: "group:<replace_with_group_name>:members"}); // update group object db.objects.update({_key: "group:<replace_with_group_name>"}, {$set: {"memberCount": <replace_with_value_from_previous_query>}});[Solved] weird numbers and letters?
-
Anyone have an idea what it means and how i can make it normal again?
11.952z
?
41.076Z
? -
Check this change out: https://github.com/designcreateplay/nodebb-theme-vanilla/commit/cc7317090cc8a8582390db97cc7b742d5275fe82#diff-b2d5dbbac0a14c90415afe088651032a
If you have a customized category.tpl you might want to merge these changes in (otherwise, upgrade vanilla / core)
-
Thanks man, I'll take a look. I can't remember changing any tpl files but I'll take a look
-
This post is deleted! -
@java2088 You know there's a dedicated category for testing, right?
Suggested Topics
-
Unsolved Unread page, weird behaviors
Bug Reports • • Nicolas
Copyright © 2022 NodeBB | Contributors