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

Windows Error creating account gesior

gmark

New Member
Joined
Aug 12, 2010
Messages
1
Reaction score
0
When I try to create an account with gesior, I get the following error:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1364 Field 'email_new' doesn't have a default value' in C:\xampp\htdocs\pot\OTS_Account.php:199 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(199): PDO->query('INSERT INTO `ac...') #1 C:\xampp\htdocs\createaccount.php(282): OTS_Account->create(0, 9999999, '123') #2 C:\xampp\htdocs\index.php(141): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 199

I'm using MySQL, and the installation was finished.
Why I got this error?
 
man install modern aac ;)
gesior -> much bugs :)

-
SQL:
ALTER TABLE `accounts` ADD `email_new` VARCHAR( 255 ) NOT NULL

SQL:
ALTER TABLE `accounts` ADD `email_new_time` INT( 15 ) NOT NULL
 
Back
Top