Posted by standingtall on June 15, 2012 at 12:54am
5 followers
| Project: | Advanced Forum |
| Version: | 7.x-2.1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
For some reason, my site will show 0 anonymous users and 2-3 may be in Forum statistics section. We get 10,000+ uniques per day and sometimes up to 500 concurrent users so not sure why this is showing very small numbers.
Any known issues?
Comments
#1
AF doesn't count online visitors count.
#2
This was probably not a very helpful resolution. Can you please explain more?
#3
Please try attached patch.
#4
BTW, check this post: http://blog.rwky.net/2011/09/drupal-7-anonymous-sessions.html
#5
Above patch committed do 7.x.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.
#7
Thanks - #3 fixed the issue.
#8
Not fixed to date.
#9
Have you read #4?
AF reads "session" table to count guest/anonymous users. It is not AF problem when Drupal core doesn't populate that table.
Try to use workaround from #4.
#10
I tried number 4 and it doesn't work, shouldn't this be "wont fix".
#11
Calculating and displaying guest count on forum page has been removed. Changes just committed to 7.x-2.x-dev.
#12
#3 Doesn't fix the issue because use DISTINCT and then only want to show uid 0, only 1 record will be shown.
I did a bit fix to this.
I think this should be "won't fix" since they removed the functionality.
I would like to ask, please, don't remove this functionality, with my patch and #4 is working on stable branch.