MyBB Community Forums

Full Version: Who's online issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I've been noticing this for a few weeks now, it's only now that I decided to investigate it, since it's a little bit annoying. Basically, some IP's are shown on online.php, and some aren't.

The 'Who's online templates' are default, so I'm not sure why this is happening.

The screenshot should help explain.

Any help would be great.

Thanks.
Run the file verification tool. Does it say any file changed ?
A plugin could be causing the issue. Add this to the very beginning of the /inc/init.php file: (after the <?php tag)

define('NO_PLUGINS', true); 

Does the error persist after doing that?
(2011-05-21, 02:20 PM)Yaldaram Wrote: [ -> ]Run the file verification tool. Does it say any file changed ?

jscripts/editor.js Changed
inc/init.php Changed
inc/functions.php Changed
inc/languages/english/warnings.lang.php Changed
inc/languages/english/global.lang.php Changed
inc/languages/english/member.lang.php


(2011-05-21, 02:34 PM)faviouz Wrote: [ -> ]A plugin could be causing the issue. Add this to the very beginning of the /inc/init.php file: (after the <?php tag)

define('NO_PLUGINS', true); 

Does the error persist after doing that?

Yes, I just tried that and no difference.

Are you using CloudFlare?
(2011-05-21, 02:46 PM)Malcolm. Wrote: [ -> ]Are you using CloudFlare?

I was up until this morning, but I removed it since it was causing problems.
Have you changed back the $_SERVER variable in ./inc/functions.php?
(2011-05-21, 03:01 PM)Malcolm. Wrote: [ -> ]Have you changed back the $_SERVER variable in ./inc/functions.php?

+rep.