• 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 Account Created Error

Jpstafe

Well-Known Member
Joined
Aug 8, 2011
Messages
507
Reaction score
68
Hello when I want to create my account on my website, I get this error

Lua:
Register Account
string(142) "INSERT INTO `accounts` (`name`, `password`, `email`) VALUES ('4104122', '1bcac4971ae6df0be5e1d27f01eb26d90933dff1', '[email protected]')"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Field 'email_new' doesn't have a default value
ot.png
 
Well, in plain english it says email_new doesnt have a default value.

Check your schema. Set it to not null. and a default, or remove it and make sure the form can't NOT have an email
 
Well, in plain english it says email_new doesnt have a default value.

Check your schema. Set it to not null. and a default, or remove it and make sure the form can't NOT have an email
is there specific code that i could paste into SQL? or where do i go to do that?
 
Back
Top