Page 1 of 1

Missing Table

Posted: Wed Mar 23, 2016 21:54 UTC
by Prometheus
Session Replace: Table 'game.bnt_sessions' doesn't exist

so now no one can log in

Re: Missing Table

Posted: Wed Mar 23, 2016 23:04 UTC
by RancerDS
The mention of "table" makes me think it is database related.

"bnt_sessions" is definitely one of the tables made by using the "create_universe.php" script. The first thing will be to check your permissions on the BNT directory and all files. Then use MySQL console or something like phpMyAdmin to check to see if that table exists. If it doesn't, it might be easist to go ahead and try the Create Universe php again. If that doesn't, maybe first delete all tables and the database, set up a new database, make sure your database name is set correctly within the "db_config.php" file under the BNT/config directory and then run Create Universe.

Hope this helps. Afraid I can't trouble-shoot much more beyond this.