Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Wrong count of discussions displayed for a category
migswd
New
I got a category which show 5 discusions in the categories listing.
But when I click on it I can only see 4 discussions.
How is it possible ?
0
Comments
I can't answer the "How is it possible", but I can answer the "how do I solve it":
You visit [your forum URL]/dba/counts .
https://open.vanillaforums.com/discussion/33046/resolved-discussions-not-showing-but-count-says-27-discussions
Too bad ! It does not work for me.
Do you have access to the database? I would take a look in gdn_discussion to see if there's a discussion entry there that matches that category but that you don't see on your forum.
Can you run a database query like e.g.
where "X" is the ID of that category.
That should show 5 discussions and should give a hint on the "missing" discussion.