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

Windows Which znoteacc

Zoolek

Member
Joined
Jul 3, 2017
Messages
93
Solutions
1
Reaction score
11
Hey im using this tfs 0.4:

edited config.php:
"
// TFS 0.2 = TFS_02
// TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
// TFS 0.4 = TFS_03
// TFS 1.0 = TFS_10 (Under developement)
$config['ServerEngine'] = 'TFS_03';
"

I have a lot of errors making account, example:
"
string(177) "INSERT INTO znote_accounts (account_id, ip, created, active, active_email, activekey, flag) VALUES ('7', '2130706433', '1583592834', '1', '0', '133831244', 'pl')"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Unknown column 'active_email' in 'field list' "
 
ZnoteAAC's tables znote_accounts does not contain the row 'active_email'.

Go inside your database and edit the table ´znote_accounts´ and insert this.
SQL:
ALTER TABLE `znote_accounts` ADD `active_email` tinyint(4) NOT NULL DEFAULT '0'

If you recieve even more errors, I'd suggest you to wipe all znote* tables and reinster them.
(If you got no accounts in the database so to say).
 
Back
Top