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

Nicaw account creating problem.

Kaboo

New Member
Joined
Feb 14, 2009
Messages
142
Reaction score
0
Hi, when I try to create an account on my OTServer using Nicaw, I get the following error:
Fatal error: Uncaught exception 'DatabaseQueryException'
Message: Error #1264:Out of range value for column 'ip' at row 1
SQL query: INSERT INTO `nicaw_account_logs` (id, ip, account_id, date, action) VALUES(NULL, INET_ATON('201.35.195.191'), 106097, UNIX_TIMESTAMP(NOW()), 'Created')
File: sql.php on line: 94
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.

Debug Backtrace: Disabled
I tried to search in internet but the only thing i've found was to reinstall nicaw tables,
I reinstalled nicaw_account_logs table but i still get the error.
And it's strange, if I create account using my server and ip 127.0.0.1 the error doesn't happen.

Can someone tell me what it is?

Thanks.

EDIT:
Solved, i deleted the "actionLog.." line on the modules/account-create.php and now it works(it doesn't logs the account logs in the database), i'll remove all actionLogs of my OTServer.

Thanks!
 
Last edited:
Back
Top