View Full Version : What's going on area
BlackScorpion3
10-27-2006, 02:46 AM
My date is showing
Most users ever online was 1, 12-31-1969 at 07:00 PM.
It was ok earlier. How can fix this???
Paul M
10-27-2006, 03:10 AM
Are you on vb 3.6 ?
Try this ;
UPDATE datastore SET unserialize = 1 WHERE title = 'maxloggedin'
If thet fails you will need to fully reset with
UPDATE datastore SET unserialize = 1, data = ' ' WHERE title = 'maxloggedin'
However, it's possible the fix may not last long as most likely something has broken the datastore record (a modification written for vb3.5) and will do so again - you need to trace and fix that.
BlackScorpion3
10-27-2006, 03:12 AM
Paul,
Thanks, But where would I do this at?
and yes I am on VB 3.6
Stupid me i knew that was a sql query......I need to think.....too tired.
You were right that works until I refresh. I have not added any mods lately. Is there a way to just rewrite that part of the table?
Ugh!!! This is irritating me bad. I still can not get this to work correctly.
BlackScorpion3
10-30-2006, 12:49 AM
Paul I am still having trouble with this. It is something in the code somewhere. I installed a new board to which everything was fine until i trasferred my data base. So this means it is in the code somewhere, correct??
TheBlackPoet
10-30-2006, 08:14 AM
i am having the same problem... i thought it was a problem with my host company server.... the time was reading the host server clock... they say that's not it... it has to be in one of my scripts... trace back a script.. (bunch of work)... but if its not a server.. then its a script....
my navbar clock works perfectly, its the currently active users clock that's giving me hell and making my members ask what's up....
BlackScorpion3
10-30-2006, 11:27 PM
Same here just the Currently active user clock. I have since disabled the "What's Going On" box. This will be a temp fix until I can get it corrected. I am working on several things. If anyone has a different script to do this same function I would appreciate being pointed in the right direction.
Ok, I just removed the code from the Forum Home that referred to the date and time. This way I still have the Current Users showing up, just not the most users online was....... This works for me as all I need are Current Users online anyway...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.