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

TFS 0.X MySQL error when someone use !createguild command

MohamedRefaat

Marketing and Coding
Premium User
Joined
Jan 18, 2014
Messages
990
Solutions
3
Reaction score
232
Location
Egypt
Hello

I found this console error when someone trying to create guild using !createguild command

mysql_real_query(): INSERT INTO guilds (id, world_id, name, ownerid, creationdata, motd, checkdata) VALUES (NULL, 0, 'Testers', 4541, 1604528383, 'Your guild has been successfully created, to view all available commands type: /commands. If you would like to remove this message use !cleanmotd and to set new motd use !setmotd text.', 0) - MYSQL ERROR: Field 'description' doesn't have a default value (1364)

using tfs 0.3.7

any help?
 
Solution
Have you tried setting default value to description? Like in here
Back
Top