Nancy, Access log is separate from node_counter, but they're both controlled by core statistics.module. Maybe you didn't have the 'statistics_count_content_view' variable enabled at some point? Or, if you're using a module like http://drupal.org/project/statistics_advanced, it won't always count every page load since it keeps the node_counter as 'unique' views.
Dave Reid [email protected] On Wed, Nov 17, 2010 at 2:51 PM, nan wich <[email protected]> wrote: > I was just browsing the Accesslog and saw over 100,000 hits on node/1000 > from Wikipedia, but the node_counter table shows less than 1,000 views > total. Why do the referrals from Wikipedia not count? > > I ask because we are increasingly needing to get view counts per day, not > just total. I can easily add a hook_nodeapi('view') to count from today, but > wanted to get historical counts as well. > > > *Nancy* > > > > Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. > King, Jr. >
