• 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!

Bug on tfs 0.3.6

Deger99

New Member
Joined
Apr 5, 2016
Messages
38
Reaction score
1
Location
Sweden
Hello!
When i start up my server it gives me this error!!!

Code:
mysql_real_query(): SELECT * FROM `z_ots_comunication` WHERE `type` = 'login'; - MYSQL ERROR: Table 'deger3.z_ots_comunication' doesn't exist (1146)



This is full server console from stop to start!!
Code:
[14/04/2016 18:28:52] [Error - GlobalEvent Interface]
[14/04/2016 18:28:52] data/globalevents/scripts/start.lua:onStartup
[14/04/2016 18:28:52] Description:
[14/04/2016 18:28:52] data/globalevents/scripts/start.lua:2: attempt to call field 'executeQuery' (a nil value)
[14/04/2016 18:28:52] stack traceback:
[14/04/2016 18:28:52]     data/globalevents/scripts/start.lua:2: in function <data/globalevents/scripts/start.lua:1>
[14/04/2016 18:28:52] > Global address: 127.0.0.1
[14/04/2016 18:28:52] > Local ports: 7171    7172   
[14/04/2016 18:28:52] >> All modules were loaded, server is starting up...
[14/04/2016 18:28:52] >> ModernOts! server Online!

[14/04/2016 18:28:53] > Saving server...
[14/04/2016 18:28:53] > SAVE: Complete in 0.024 seconds using binary house storage.
[14/04/2016 18:29:20] mysql_real_query(): SELECT * FROM `z_ots_comunication` WHERE `type` = 'login'; - MYSQL ERROR: Table 'deger3.z_ots_comunication' doesn't exist (1146)
[14/04/2016 18:29:51] mysql_real_query(): SELECT * FROM `z_ots_comunication` WHERE `type` = 'login'; - MYSQL ERROR: Table 'deger3.z_ots_comunication' doesn't exist (1146)
[14/04/2016 18:30:22] mysql_real_query(): SELECT * FROM `z_ots_comunication` WHERE `type` = 'login'; - MYSQL ERROR: Table 'deger3.z_ots_comunication' doesn't exist (1146)
[14/04/2016 18:30:53] mysql_real_query(): SELECT * FROM `z_ots_comunication` WHERE `type` = 'login'; - MYSQL ERROR: Table 'deger3.z_ots_comunication' doesn't exist (1146)

[14/04/2016 18:35:35] [Error - GlobalEvent Interface]
[14/04/2016 18:35:35] data/globalevents/scripts/record.lua:onRecord
[14/04/2016 18:35:35] Description:
[14/04/2016 18:35:35] data/globalevents/scripts/record.lua:2: attempt to call field 'executeQuery' (a nil value)
[14/04/2016 18:35:35] stack traceback:
[14/04/2016 18:35:35]     data/globalevents/scripts/record.lua:2: in function <data/globalevents/scripts/record.lua:1>
 
Back
Top