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

Znote AAC For 76

Joined
Jan 20, 2015
Messages
120
Reaction score
11
Location
Born in Russia.
When i log into the webpage using an account i get the next error:

My account
Welcome to your account page, 888888

Character List: 1 characters.
string(133) "SELECT `name`, `level`, `vocation`, `town_id`, `lastlogin`, `status` FROM `players` WHERE `account_id`='888888' ORDER BY `level` DESC"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Unknown column 'status' in 'field list'
 
You can try this but I am not sure if the datatype is correct, it won't hurt your database you can always drop the column if it doesn't work.
Code:
ALTER TABLE `players` ADD `status` blob NOT NULL
 
Back
Top