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

Solved ZnoteAcc Forum error.

gerard95

Keep cool :)
Joined
Dec 31, 2011
Messages
276
Reaction score
16
It is given this error when a player who isn't the admin tries to enter to the forum.

string(53) "SELECT `type` FROM `accounts` WHERE `id`='6' LIMIT 1;"
(query - SQL error)
Type: select_single (select single row from database)

Unknown column 'type' in 'field list'

I use uniform server.
How to fix this?
Thank you :)
 
I see, so change the TFSVersion in config.php to TFS_03 instead of TFS_02.
PHP:
$config['TFSVersion'] = 'TFS_03';
 
Back
Top