I am getting these errors when i try to create a guild through Modern AAC's web application.
Anyone know the solution to these problems?
LUA:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1364 Field 'motd' doesn't have a default value' in /var/www/system/application/libraries/POT/OTS_Guild.php:178 Stack trace: #0 /var/www/system/application/libraries/POT/OTS_Guild.php(178): PDO->query('INSERT INTO `gu...') #1 /var/www/system/application/models/guilds_model.php(49): OTS_Guild->save() #2 /var/www/system/application/controllers/guilds.php(62): Guilds_Model->createGuild('test guild', '998') #3 [internal function]: Guilds->create() #4 /var/www/system/codeigniter/CodeIgniter.php(236): call_user_func_array(Array, Array) #5 /var/www/index.php(166): require_once('/var/www/system...') #6 {main} thrown in /var/www/system/application/libraries/POT/OTS_Guild.php on line 178
Anyone know the solution to these problems?