• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 0.X SQLite Error

juansanchez

Intermediate OT User
Joined
Apr 2, 2015
Messages
217
Reaction score
129
Can someone help me out with this?

sqlite3_prepare_v2(): SQLITE ERROR: no such table: player_statements (INSERT INTO "player_statements" ("player_id", "channel_id", "text", "date")

I don't know this keeps popping up on my TFS.

I'm using TFS 0.3.6
 
If you have tfs.s3db than use SqliteStudio Manager

or
if Xampp
localhost/phpmyadmin -->> database -->> SQL add query:: INSERT INTO "player_statements" ("player_id", "channel_id", "text", "date")
 
Back
Top