3
Whoa. A simple RTFM solution! Thanks, I'm duly embarrassed. That did solve it.
Unfortunately, I've created a bit of a tangle in my stats database. Thinking that the "Road to Hitsville" (getting my hits counter working) required by uninstalling the 0.60 statistics module and re-installing the 0.45 module (before reading the true answer to the problem), I did just that. When I saw the newly installed stats module started with fresh stats filesdumped all the stats from before the upgrade to 2.0.16, I dumped the stats tables from a backup and uploaded the additional records in the related tables.
Yep, mayhem. Not total, but enough. When I look at hit stats now, I get duplicate reports on certain days, which look like I have duplicate records.
Two morals: (1) RTFM & (2) don't mess with the db stats tables. I'm going to uninstall 0.45, install 0.60, and live with the total reset of the counts.
Thanks again for the help.
P.S.: On the way to analyzing my situation, I see error reports that are disturbing, such as
Notice: Undefined index: fragment in file /modules/statistics/include/hitcounter.php line 68
Notice: Only variables should be assigned by reference in file /kernel/config.php line 298
Notice: Only variables should be assigned by reference in file /modules/extcal/class/PersistableObjectHandler.php line 115
Notice: Only variables should be assigned by reference in file /modules/extcal/class/PersistableObjectHandler.php line 115
Notice: Only variable references should be returned by reference in file /modules/extcal/include/Calendar/Factory.php line 155
Notice: Only variable references should be returned by reference in file /modules/extcal/include/Calendar/Factory.php line 155
and
Notice: Undefined index: query in file /modules/statistics/include/hitcounter.php line 64
Notice: Undefined index: fragment in file /modules/statistics/include/hitcounter.php line 68
Notice: Only variables should be assigned by reference in file /kernel/config.php line 298
Notice: Only variables should be assigned by reference in file /modules/extcal/class/PersistableObjectHandler.php line 115
Notice: Only variable references should be returned by reference in file /modules/extcal/include/Calendar/Factory.php line 155
Notice: Only variable references should be returned by reference in file /modules/extcal/include/Calendar/Factory.php line 155
.
Is it safe to ignore them?