From: SourceForge.net <no...@so...> - 2008-07-30 06:38:27
|
/mod/article item #2008378, was opened at 2008-07-01 21:10 Message generated for change (Comment added) made by adarkling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=2008378&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Tom Diesel (idot) >Assigned to: Eloi George (adarkling) Summary: Comments are not converted correctly Initial Comment: After converting 154 articles with over 1500 comments total none are displayed! A quick look at the table comments_threads reveals that every article with comments has two entries, one with 0 comments and comment allowed and one with the real number of comments but no comments allowed, like this: 275 153 0 NULL 1 0 276 153 8 NULL 0 0 When I consolidate both entries to one: 276 153 8 NULL 1 0 at least the summary displays the correct number of comments! In the article there are still no comments... ---------------------------------------------------------------------- >Comment By: Eloi George (adarkling) Date: 2008-07-30 02:38 Message: Logged In: YES user_id=619893 Originator: NO phpws_key was doubled as well. Fixed in the upcoming version 4.1.0 Thanks for finding this bug! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=681146&aid=2008378&group_id=81360 |