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

Few errors when I start my console, and a 'keep going error every 1 second'

Wezza

lua nOOb
Joined
May 31, 2008
Messages
2,278
Reaction score
31
lua errors:


Code:
[I]
*Cannot load script (data/actions/scripts/event_items/games/forge.lua)
data/actions/scripts/event_items/games/forge.lua:109: 'end' expected (to close 'function' at line 86) near 'else'[/I]

Code:
[08/05/2011 19:55:08] Lua Script Error: [GlobalEvent Interface] 
[08/05/2011 19:55:08] data/globalevents/scripts/text.lua:onThink

[08/05/2011 19:55:08] data/globalevents/scripts/text.lua:25: bad argument #1 to 'len' (string expected, got nil)
[08/05/2011 19:55:08] stack traceback:
[08/05/2011 19:55:08] 	[C]: in function 'len'
[08/05/2011 19:55:08] 	data/globalevents/scripts/text.lua:25: in function <data/globalevents/scripts/text.lua:17>
[08/05/2011 19:55:08] [Error - GlobalEvents::think] Couldn't execute event: text

phpmyadmin error:
Code:
mysql_real_query(): SELECT `name` FROM `players` WHERE `fake` = 1 - MYSQL ERROR: Unknown column 'fake' in 'where clause' (1054)
mysql_real_query(): SELECT `name` FROM `players` WHERE `fake` = 2 - MYSQL ERROR: Unknown column 'fake' in 'where clause' (1054)
mysql_real_query(): UPDATE `players` SET `fake` = 1 WHERE `fake` =2 - MYSQL ERROR: Unknown column 'fake' in 'where clause' (1054)
mysql_real_query(): TRUNCATE TABLE `l4d`; - MYSQL ERROR: Table 'otserver.l4d' doesn't exist (1146)
mysql_real_query(): TRUNCATE TABLE `ctf`; - MYSQL ERROR: Table 'otserver.ctf' doesn't exist (1146)
mysql_real_query(): TRUNCATE TABLE `cs`; - MYSQL ERROR: Table 'otserver.cs' doesn't exist (1146)
mysql_real_query(): UPDATE `players` SET `fake` = 1 WHERE `fake` = 2 - MYSQL ERROR: Unknown column 'fake' in 'where clause' (1054)

rep ++
 
Back
Top