Quote:
charpres wrote:
I've been following this thread to see if anything dealing with your problem sheds light on mine.
Thanks, charpres. That is one of the reasons it appears that I am talking to myself on this thread (
)... I am trying to chronicle the steps I am using in the effort to solve this problem. Maybe, the process will help someone else solve a similar problem.
The more I debug, the more I am determined to find the root cause of this. In the process, I have found a bit of weirdness with logging in with MSIE vs. Firefox. That may have a clue, but I will put that on the shelf for a bit.
Getting back to the problem, since it appears on one host and not the other... I
have to eliminate the server and it's config before I can press on. Maybe it's a PHP config issue, since the working server is running PHP 4.4.1 and the busted one had 4.4.4...also it could be a php.ini setting.
So...hit it with a sledgehammer...
I created a new test database, and installed a clean copy of 2.0.16 in
http://www.mybustedsite.com/debugSet it up plain vanilla, installed one module and tested.
Yup...the Who's Online works fine, as it is supposed to. The Block shows users in a module...and the More.. popup has the third column, showing the module the user is currently in.
S-o-o-...that ELIMINATES the server differences or the PHP version/settings.
The problem must lie in the core of my existing site.
The Who's Online update handler is in /kernel/online.php.
It seems it is "kinda" working, since IP addresses show when an admin is viewing it...but it never updates or shows the module.
Any thoughts?