[Error - mysql_real_query] Query: SELECT
Message: Unknown column 'highest_bidder' in 'field list'
[Error - mysql_store_result] Query: SELECT
Message: Commands out of sync; you can't run this command now
Got this messages on my ubuntu 20.04 server with ot 8.6
can somebody help me?
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 < 1643836093Message: 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 < 1643836093Message: Commands out of sync; you can't run this command now
Got this messages on my ubuntu 20.04 server with ot 8.6
can somebody help me?