The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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! ^^ |
#2
|
|||
|
|||
![]()
hmm! i would also like to know.......
|
#3
|
||||
|
||||
![]()
Run this sql query ;
[sql]update datastore set unserialize = 1,data = ' ' where title = 'maxloggedin' [/sql] If it breaks again then you need to isolate the modification that is breaking it. |
#4
|
|||
|
|||
![]()
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 |
#5
|
||||
|
||||
![]()
Did you add your table prefix in the query?
[sql]update TABLEPREFIXdatastore set unserialize = 1,data = ' ' where title = 'maxloggedin'[/sql] |
#6
|
|||
|
|||
![]()
it also did not work!
|
#7
|
||||
|
||||
![]()
Did you change TABLEPREFIX with your prefix?
|
#8
|
|||
|
|||
![]()
Great it works.......i just added prefix!
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|