UBB.Dev
Posted By: josetann Show Statistics (version 5.1.3) - 12/13/2000 5:24 AM
The Show Statistics option doesn't work in the php version. Just noticed tonight with the beta5, then upgraded to the 5.1.3 version, and it's still there. Works fine when I switch to the perl version. Also confirmed this on two different installs on two different servers.

Posted By: Rick Re: Show Statistics (version 5.1.3) - 12/13/2000 5:42 AM
I've finally tracked this bug down. Stupidity on my part. Line 108 of showstats.php looks like this:

$totals = $dbh -> fetch_array($sti);

It needs to be changed to this:

list($totals) = $dbh -> fetch_array($sti);

-------------------
Scream
WWWThreads Developer
Posted By: josetann Re: Show Statistics (version 5.1.3) - 12/20/2000 1:43 AM
This was still present in the php 5.1.4 version. The fix works though.

© UBB.Developers