Closed (works as designed)
Project:
phpBB2Drupal
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2012 at 23:24 UTC
Updated:
24 Nov 2012 at 11:09 UTC
Hi, after I migrate attachments, advanced forums shows wrong posts count.
I have on migrate ui
454 topics
4387 posts
1773 attachments
- before attachments advanced forum shows:
Topics: 454, Posts: 4841
this is the same as phpbb3 stats.
- after attachments migration adv forum says Topics: 454, Posts: 6502
It's this module's fault or advanced forum's?
Comments
Comment #1
JeremyFrench commentedThat is interesting. Are you seeing any duplicate content?
Comment #2
JeremyFrench commentedThink this is a bug.
Comment #3
challenge commentedI'm really not sure if this is a phpbb2drupal bug.
I don't see duplicate content on the front end, database is good and there aren't duplicates.
I think is simply an advanced forum's bug.
If I disable it, on core forum module post counts is identical to phpbb3, perfect.
I think advanced forum has problems with post count with nested forums, with many sub-forums and nested forums under containers (phpbb3 permits these things).
I can't explain, after disabling it and reenabling it now it says there are 17000 posts lol, they are around 4000 in the database :D
Advanced forum is saying that there are 12000 posts in a subforum, but that's clearly wrong, there are 1170 posts there in phpbb3 and core forum module shows same correct number.
The closest thing I can see in the database is that the biggest "comment ID" is about 17000 (because they start from 12xxx), maybe it's taking numbers from comment id/entity id #?
Sorry I can't post the forum, it's a private forum with sensible data and it's offline now.
I'm closing this for now because I don't think is this module's fault.
Comment #4
JeremyFrench commentedOK thanks. It could be worth posting to the advanced forum issue queue. I think it is to do with calculating counts but it isn't something that has affected me yet.
Comment #5
challenge commentedI'll try to do a better diagnose and I'll post there for sure.