largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014253phplistClick Trackingpublic24-04-08 07:5924-04-08 13:09
Reporterflohack 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Product Version2.10.5 
Target Version2.11.XFixed in Version 
Summary0014253: clicktracking totals: sent msgs is calculated wrong (especially for RSS msgs)
Descriptionmviews.php: the SQL (which was already changed in bug #6531) is still not correct, it should include a where/having-condition to only select the msgs which were actually sent. If status is being counted, it has to select "where um.status='sent'", or else the stats will be horribly wrong for msgs with 2 or 3 RSS frequencies.

TagsNo tags attached.
Attached Files

- Relationships
related to 0011267new CLicktrack totals are incorrect 

-  Notes
(0045691)
flohack (reporter)
24-04-08 08:23

this also affects statsoverview.php ...

by the way, statsoverview and mviews are basically the same file, I suggest merging them to stats.php with different function blocks for voerview and details...

also code which does nothing should be assessed:

$timerange = ' and date_add(msg.entered,interval 6 month) > now()';
$timerange = '';


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker