• 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 mysql_real_query HELP

Kamil KureK

New Member
Joined
Apr 17, 2018
Messages
24
Reaction score
1
Hello all
When launching ots, I get such an error. I have already looked at the forum but found nothing


mysql_real_query (): UPDATE `uptime` SET` time` = 0 - MYSQL ERROR: Table 'ots.uptime' does not exist (1146)
mysql_real_query (): UPDATE `players` SET` train` = 0; - MYSQL ERROR: Unknown column 'train' in 'field list' (1054)
 
But you founded the error...

Solutions:
Add table "uptime" with yours respective columns.

And ALTER the column "train" in players table.
 
Back
Top