roriscrave
Advanced OT User
- Joined
- Dec 7, 2011
- Messages
- 1,210
- Solutions
- 35
- Reaction score
- 206
Hello friends, how are you?
Well, I'm using otx3 for the first time, and I've got about 95% of the errors that appear, but now I have only this error left and I can not solve it, can you help me?
Error number 1 happens when the server is opened.
Error number 2 happens when I try to log in with account 1/1 and I can not log in because of the error.
Here is the attached error photo.
Thankful!

Error 1:
Error 2: (when try to login with acc 1/1)
Well, I'm using otx3 for the first time, and I've got about 95% of the errors that appear, but now I have only this error left and I can not solve it, can you help me?
Error number 1 happens when the server is opened.
Error number 2 happens when I try to log in with account 1/1 and I can not log in because of the error.
Here is the attached error photo.
Thankful!

Error 1:
Code:
[Error - mysql_real_query] Query: DELETE FROM `players` WHERE `deletion` != 0 AND `deletion` < 1546283689
[Error - mysql_real_query] Query: SELECT `id`, `highest_bidder`, `last_bid`, (SELECT `balance` FROM `players` WHERE `players`.`id` = `highest_bidder`) AS `balance` FROM `houses` WHERE `owner` = 0 AND `bid_end` != 0 AND `bid_end` < 1546283689
Message: Unknown column 'deletion' in 'where clause'
Message: Unknown column 'highest_bidder' in 'field list'
[Error - mysql_store_result] Query: SELECT `id`, `highest_bidder`, `last_bid`, (SELECT `balance` FROM `players` WHERE `players`.`id` = `highest_bidder`) AS `balance` FROM `houses` WHERE `owner` = 0 AND `bid_end` != 0 AND `bid_end` < 1546283689
Message: Unknown column 'highest_bidder' in 'field list'
Error 2: (when try to login with acc 1/1)
Code:
[Error - mysql_real_query] Query: SELECT `id`, `name`, `password`, `type`, `premdays`, `lastday` FROM `accounts` WHERE `name` = '1'
Message: Unknown column 'type' in 'field list'
[Error - mysql_store_result] Query: SELECT `id`, `name`, `password`, `type`, `premdays`, `lastday` FROM `accounts` WHERE `name` = '1'
Message: Unknown column 'type' in 'field list'