Are you on vb 3.6 ?
Try this ;
Code:
UPDATE datastore SET unserialize = 1 WHERE title = 'maxloggedin'
If thet fails you will need to fully reset with
Code:
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.