MyBB Community Forums

Full Version: Missing SQL Table: mybb_online
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I run a forum that's always had problems with its online list; when registered users would read a thread, the list would merely say they're "viewing main index".

There was a point where it *magically* was reversed, but it's now happening again. I went on phpMyAdmin to check for the mybb_online table, but it wasn't there.

Will someone help?
do you have sessions table (mybb_sessions) ?
After going to through a lot of issues with the forum database (long story), I found out it suddenly reappeared after trying my luck at restoring the SQL database.

To answer your question, I also have that table.

What should I do from this point on? The online list is still showing the "viewing main index" thing (problem only applies to registered users; guests and bots are shown browsing threads or forums).

Bump. Please help out.

Any help?
admin panel >> tools & maintenance >> view php info --> search for variables_order
if it is set to EGPCS then get it changed to GPCS
I checked it, and I see that it is currently set to EGPCS. Now, how do I change it?
^ if you have access to php.ini then you can change it. you may have to restart the server after the change.
or contact your web host.