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

[Gesior] Can't create characters

drentt

New Member
Joined
May 25, 2010
Messages
6
Solutions
1
Reaction score
1
I've been dealing with several versions of Geisor but in none of them is it possible to create the characters, in the configuration I put the information well the name of the database, type of base and pass, but it do not create the character, I use the OTXserver modif bye maluco, the ot runs well and everything does not come out error, the only problem is that, I can not create the characters and so I cant enter the server, someone with an idea of what is happening ??? Help plx hahahaha
 
Solution
Try to open your index.php file and change this;
PHP:
define('DEBUG_DATABASE', false);

To this;
PHP:
define('DEBUG_DATABASE', true);
Try to open your index.php file and change this;
PHP:
define('DEBUG_DATABASE', false);

To this;
PHP:
define('DEBUG_DATABASE', true);
 
Solution
ok i have this error

Code:
Error message:    Incorrect integer value: '' for column 'premdays' at row 1

ok i solved it thanks WibbenZ, the problema was some config on MySql
I just set it to blank using this:
Code:
SET GLOBAL sql_mode = '';

PD: sorry for the dobule post
 
Last edited:
ok i have this error

Code:
Error message:    Incorrect integer value: '' for column 'premdays' at row 1

ok i solved it thanks WibbenZ, the problema was some config on MySql
I just set it to blank using this:
Code:
SET GLOBAL sql_mode = '';

Please read the rules, edit your posts insted of double posting.
I merged them but think about it in the future.
 
Back
Top