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

trouble signing in plz help

tsb0314

New Member
Joined
Oct 21, 2009
Messages
220
Reaction score
4
started server and tried to log on and this poped up

MySQL ERROR mysql_real_query: SELECT `ip`, `mask`, `time` FROM `bans` WHERE `type` = 1; Unknown column 'ip' in 'field list'
MySQL ERROR mysql_real_query: SELECT `id`, `password`, `type`, `premdays`, `lastday`, `key`, `warnings` FROM `accounts` WHERE `id` = 1 LIMIT 1; Unknown column 'type' in 'field list'



can someone tell me whati need to do to make this better so then i can run my server properly
 
You must import the correct MySQL schema file into phpMyAdmin, a version that's compatible with your server engine!

It appears you're using a 0.3X schema with a 0.2X server, please import forgottenserver.sql instead.
 
Back
Top