In both the user info block and in the admin index page, there shows no users online.
It was working fine for months and then all of a sudden, it started to show zeroes. When a user logs in, they appear in the user info block and in the admin index page, but no guests. after searching the forum here, I deleted the nuke_session table and re-added it, and even repaired it with no success.
(edit: I also replaced the sesions.php file in the includes folder)
Tried the latest Patched files? Maybe a code fix in there
no, I haven't tried the latest patch version. The version that I have is fairly modded and dread the thought of having to overwrite the whole thing. Seeing that there seems to be an issue with the admin index page (that too is showing no users online) and the main index page, would I have to reload everything in the patched version, or can I just do some of the files? Although I didn't add this in the origional post, when I (or a user) logs in they can be seen without an issue. Also, people can register and log in without a problem.
Sounds like you need to use a file difference program (I recommend WinMerge, its free) and manually go through the changes until you find a solution. Also, you would stop known security issues with unpatched phpNuke.
Off the top, my guess is that it isn't adding the sessions into the session table. Not sure why thought
I Downloaded the latest patch version and uploaded the mainfile.php with the necessary mods for our site... that gave me a blank white screen. I also had replaced sessions.php with the latest 7.6 patch and that had made no difference, still blank white screen. Soooo... I went back to the 2.8 version, re-applied the necessary mainfile.php mods (sentinel, center blocks, etc) and replaced the sessions.php file with the 2.8 version and voila... I have users!
I don't know what the overall issue was, but for anyone who is having that same problem, it worked for me and it may be something worth checking out.
Once again, Evaders and Chatserv come to the rescue!!!!
I am having this issue in PHP 7.8 Patched 3.1
Users show up,
Guest do not.
Everyone can log in / register fine..
But guests arent showing...
No IP's... nothing
And it also says "Guest's online 0"
I know this is wrong becasue I logged onto the site as a gues myself...
Any suggestions?
Thanks...
I REALLY don't want to dowgrade as I had so many problems with Nuke Sentinel
If the site in question is http://www.subliminal-shock.net/core/ the block you have there is not the default one, do you get the same problem with the whos online or user info blocks?
Thanks for the reply...
I know that one isn;t the deafault but I have used the deafualt...
The guests arent appearing in Forums or any other part of the site either... ony registered users...
The forum does seem to be showing guests, it showed me when i visited but then it gets its data from diferrent tables, i would check the nuke_sessions db table to make sure it's not corrupted, hitting browse on it through phpMyadmin might give you a signal. I'd even consider dropping the sessions table and creating it from scratch.