Help with online users error!
Hey guys:blush:
Err.. I was thinking could you help with something?
I've been having this error in my hotel..
While I AM ONLINE, in the index page and in all other pages,
it still says 0 Users Online,
Also when there are other people in it... It says the same thing.
I think there's something wrong with the { online} Script.. (I think)
Is there anyway you guys could help?
here is a screenie of the problem!
http://i.imgur.com/PevV83R.png
PS: Sorry if I don't write well in English, but truth is that I'm Italian, so thanks for your time.
Re: Help with online users error!
Go to Class.Core.php
find
Code:
final public function getOnline()
Replace that whole function with this
Code:
final public function getOnline()
{
global $engine;
return $engine->result("SELECT users_online FROM server_status");
}
Also It won't say your online if your viewing the index pages. it will only effect if your in the emulator.
Re: Help with online users error!
I cant find Close.Core.php ,
(Im using RevCMS )
Re: Help with online users error!
Quote:
Originally Posted by
Gaertan
I cant find Close.Core.php ,
(Im using RevCMS )
Woops I've ment to say Class.core.php in your APP
sorry about that.
Re: Help with online users error!
Thanks for the help Alex, it worked :)
Re: Help with online users error!
Re: Help with online users error!
Any MODS out there, may close this thread,
Reason: PROBLEM HAS BEEN RESOLVED