StatsData

Trying to display some stats on my main page, everything returns well except for the following. It seems like any thing requiring a SUM isn’t displaying.

<?php echo StatsData::TotalPaxCarried(); ?>
<?php echo StatsData::TotalFuelBurned(); ?>
<?php echo StatsData::TotalMilesFlown(); ?>

I checked the actual database and there is information in each table

http://bugs.phpvms.net/ticket/20 

Thanks