Closed (fixed)
Project:
Drupal core
Version:
4.7.0-beta6
Component:
statistics.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2006 at 15:08 UTC
Updated:
21 Mar 2006 at 08:28 UTC
After moving a forum thread from one forum to another, the number of page reads for that thread now says "18446744073709551614 reads" (it said "3 reads" before I moved it). Much as I'd love to belive my site was getting that much traffic, I fear this is an error!
Drupal 4.7-beta6
MySQL 4.1.14
PHP 4.1.?
Linux server
Comments
Comment #1
simeThe range of an unsigned BIGINT is 0 to 18446744073709551615.
So, no surprises what's happening here.
If it can be replicated, and the devel module switched on, it should be easy to spot the SQL that decrements the field in question.
Comment #2
markus_petrux commentedAre you, by any chance, using the statistics filtering module? If so, see http://drupal.org/node/45402
Comment #3
dan_aka_jack commentedHi there,
Many thanks for your replies. Yes, I am using the statistics_filtering module. I'll try applying the patch in the issue you linked to.
Thanks,
Jack
Comment #4
dan_aka_jack commentedGood work! I've applied the one line patch and that seems to have stopped the problem. Many thanks.
Jack