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

Unknown column 'cooldown' in 'field list'

erick119061

New Member
Joined
Jun 20, 2014
Messages
15
Reaction score
0
string(98) "SELECT `ip`, `created`, `points`, `cooldown` FROM `znote_accounts` WHERE `account_id` = 4 LIMIT 1;"
(query - SQL error)
Type: select_single (select single row from database)

Unknown column 'cooldown' in 'field list'


######################

This happens when i try to log in idk why
 
I think he needs to disable salt
On LINE 435 Change it to FALSE

PHP:
    $config['salt'] = false; // Some noob 0.3.6 servers don't support salt.
 
Okey send me your Teamviewer detials (ID/PW) In PM and i will try to solve it.
I have the same problem :\

-----------------------------------------------

string(106) "SELECT `ip`, `created`, `points`, `cooldown`, `flag` FROM `znote_accounts` WHERE `account_id` = 3 LIMIT 1;"
(query - SQL error)
Type: select_single (select single row from database)

Unknown column 'cooldown' in 'field list'

Could you help me out Tarek1337?
 
Last edited:
Back
Top