Log in

View Full Version : Most users ever online was...


ryusan
06-15-2007, 05:16 PM
Under my "Currently Active Users" table this is what I have:

Most users ever online was 1, 01-01-1970 at 01:00 AM.

Why? And how can I fix this?

Thanks! ^^

ahsanrajper
06-27-2007, 10:55 AM
hmm! i would also like to know.......

Paul M
06-27-2007, 11:08 AM
Run this sql query ;

update datastore set unserialize = 1,data = ' ' where title = 'maxloggedin'

If it breaks again then you need to isolate the modification that is breaking it.

ahsanrajper
06-28-2007, 04:11 AM
Hello,
I m getting this error!

Error

SQL query:

UPDATE datastore SET unserialize =1,
DATA = ' ' WHERE title = 'maxloggedin'

MySQL said: Documentation
#1146 - Table 'vbnewtm.datastore' doesn't exist

Dismounted
06-28-2007, 06:36 AM
Did you add your table prefix in the query?
update TABLEPREFIXdatastore set unserialize = 1,data = ' ' where title = 'maxloggedin'

ahsanrajper
06-28-2007, 07:08 AM
it also did not work!

Dismounted
06-28-2007, 07:22 AM
Did you change TABLEPREFIX with your prefix?

ahsanrajper
06-28-2007, 07:30 AM
Great it works.......i just added prefix!