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

Need help with Nicaw ACC

sytniowski

New Member
Joined
Sep 21, 2009
Messages
21
Reaction score
0
Hey, anyone know why this error appears? It comes up when you go into these following sections: "Bans", "Who is online", "Highscores", "House" and "Guilds". The rest works.

ea3bae61_nicaw%20acc%20bug.jpg


I would really appreciate help, sorry for my bad english.
Im using TFS Server version 0.3.6pl1


btw, here is the debug backtrace :
Debug Backtrace:
Array
(
[0] => Array
(
[function] => ExceptionHandler
[class] => AAC
[type] => ::
[args] => Array
(
[0] => DatabaseException Object
(
[help_id:aacExceptionrivate] => 4
[messagerotected] => It appears you don't have SQL sample imported for OT server or it is not supported.
[string:Exceptionrivate] =>
[coderotected] => 0
[filerotected] => C:\xampp\htdocs\class\sql.php
[linerotected] => 152
[trace:Exceptionrivate] => Array
(
[0] => Array
(
[file] => C:\xampp\htdocs\class\sql.php
[line] => 93
[function] => analyze
[class] => SQL
[type] => ->
[args] => Array
(
)

)

[1] => Array
(
[file] => C:\xampp\htdocs\bans.php
[line] => 30
[function] => myQuery
[class] => SQL
[type] => ->
[args] => Array
(
[0] => SELECT players.name, bans.expires, bans.active FROM bans, players WHERE bans.type = 2 AND players.id = bans.value OR bans.type = 3 AND players.account_id = bans.value ORDER BY expires ASC
)

)

)

[previous:Exceptionrivate] =>
)

)

)

LINE 93: $this->analyze();
 
Last edited:
Back
Top