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

console error on login tfs 0.4

Yaboihunna

New Member
Joined
Mar 27, 2019
Messages
136
Reaction score
3
I think I need to add query to php just don't know what I need to add but anyway here is the console errer
[23:21:38.342] mysql_real_query(): SELECT id, value, param, expires FROM bans WHERE type = 1 AND active = 1 - MYSQL ERROR: Table 'test.bans' doesn't exist (1146)
[23:21:38.452] mysql_real_query(): SELECT * FROM bans WHERE value = 3 AND type = 3 AND active = 1 AND (expires > 1555395698 OR expires <= 0) LIMIT 1 - MYSQL ERROR: Table 'test.bans' doesn't exist (1146)
[23:21:38.768] mysql_real_query(): SELECT * FROM bans WHERE value = 268436554 AND param = 3 AND type = 2 AND active = 1 AND (expires > 1555395698 OR expires <= 0) LIMIT 1 - MYSQL ERROR: Table 'test.bans' doesn't exist (1146)
[23:21:38.931] mysql_real_query(): SELECT id FROM bans WHERE type = 2 AND value = 3 AND param = 2 AND active = 1 LIMIT 1 - MYSQL ERROR: Table 'test.bans' doesn't exist (1146)
[23:21:39.245] mysql_real_query(): SELECT pid, sid, itemtype, count, attributes FROM player_depotitems WHERE player_id = 3 ORDER BY sid DESC - MYSQL ERROR: Table 'test.player_depotitems' doesn't exist (1146)
[23:21:39.426] Mageaaa has logged in.
 
Back
Top