My 'most users ever online' block keeps resetting, any suggestions why?
Announcement
Collapse
No announcement yet.
Most users ever online
Collapse
X
-
Try this:
1) Upload the original PHP files from the vBulletin zip file, overwriting the existing files.
2) Run this query to reset the counter:
UPDATE datastore SET data = '' WHERE title = 'maxloggedin'
If you use table prefixes then you need to change datastore to include the prefix. Backup first!
You can run this query in your:
Admin CP -> Import & Maintenance -> Execute SQL Query
Make sure your userid is entered into your includes/config.php file so you have permission to run queries:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$canrunqueries = '';
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment