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

Znote Sql quiry problem

izaak

New Member
Joined
Feb 1, 2009
Messages
161
Reaction score
3
when i create a account on my website it says this.
it creates the account but it shows this error
also the password becomes random numbers and letters instead of what i typed id

string(132) "INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`, `activekey`, `flag`) VALUES ('4', '0', '1476625273', '842620849', 'nl')"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Unknown column 'flag' in 'field list'
 
nevermind , sorry solved it

Unknown column 'flag' in 'field list' << ment i was missing flag in znote_accounts

so i tried this and it worked incase someone needs it with simular problem :D

ALTER TABLE `znote_accounts` ADD `flag` INT NOT NULL DEFAULT 0;
 

Similar threads

Back
Top