0 Members and 1 Guest are viewing this topic.
If the table has first been created you need to drop both *_tablename and the table for it to be recreated properly. It's not enough to change the code to true and then drop the original table as that won't update the *_tablename table.Also this is not something that's meant to be done as the bot should share the online table.
"aotf_online" is theoretical a bug, there should be only one global online table. Of course, all queries using the online table should still use #___online as the name.prefix_online was an old bug in... 0.4.x or perhaps even 0.3.x.