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

AAC Znote creating account.. or login account (newest version)

ItsMeMagic

Old Tibia Player.
Joined
Sep 11, 2008
Messages
318
Reaction score
25
Location
exiva "Magic~
Code:
string(50) "SELECT `id` FROM `accounts` WHERE `name`='620316';"
(query - SQL error)
Type: select_single (select single row from database)

Unknown column 'name' in 'where clause'

i'm using tfs 1.2

This error appear when i try to log or create account....
dunno what to do
 
Code:
Unknown column 'name' in 'where clause'

I think the error speaks by itself. How come you dont have 'name' on your accounts table?
 
Back
Top