• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

MYSQL ERROR: Unknown column 'currmount' in 'field list' (1054)

Ataro

Member
Joined
Oct 28, 2010
Messages
689
Reaction score
20
Location
Netherlands
Please help with this error.

Whats my problem?, how to fix

Code:
MYSQL ERROR: Unknown column 'currmount' in 'field list' (1054)
 
ALTER TABLE `players` ADD `currmount` VARCHAR( 50 ) NOT NULL ;

I had the same problem, I executed this command in query and it fixed it

If it works you can thank czelabin, because he helped me
 
Last edited:
string(159) "INSERT INTO `accounts` (`name`, `password`, `email`, `creation`) VALUES ('innf', '3b87e3526ae6f347b7354fba4762e31084f7312b', '[email protected]', '1481341766')"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Unknown column 'creation' in 'field list'


When trying to register, anyone know why?
 
Back
Top