1 gcasanova Oct 27, 2006 15:23
3 edb Oct 28, 2006 21:45
That's the old way of doing it. Eventually all that old stuff won't work, so you might want to go with the new way of logging hits.
<?php
$Hit->log(); // log the hit on this page
debug_info(); // output debug info if requested
?>
4 gcasanova Oct 28, 2006 21:50
I will, thank you.
Fix:
My skin was missing the Hitlog code:
I placed it before the closing body tag and stats started showing again.