• 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 acc problem with accounts

Szymski

New Member
Joined
Apr 27, 2020
Messages
25
Reaction score
1
Hello after change database password i have problem with acc, when i create account everything is okey, "Account Created Sucesfully" but i cannot login on this account, and is not added to db. When i try to create character i have error
Code:
Error occured!
Error ID: Cannot save ItemsList. Player ID not set.
More info:

File: /var/www/classes/itemslist.php   Line: 67
File: /var/www/classes/player.php   Line: 87
File: /var/www/pages/accountmanagement.php   Line: 819
File: /var/www/system/load.page.php   Line: 7
File: /var/www/index.php   Line: 37
 
Solution
Hello, this is a problem with your mysql configuration.
One way of correction is to use the command: SET GLOBAL sql_mode = '';
It is not the best way but it is functional.
post your accountmanagement.php please.


Hello, this is a problem with your mysql configuration.
One way of correction is to use the command: SET GLOBAL sql_mode = '';
It is not the best way but it is functional.

Where should i use this command? In php my admin?

@edit

works with this command, thank you Marco!
 
Witam, jest to problem z konfiguracją mysql.
Jednym ze sposobów naprawy jest użycie polecenia: SET GLOBAL sql_mode = '';
Nie jest to najlepszy sposób, ale jest funkcjonalny.

a jakie jest rozwiązanie całkowite problemu, bo u mnie trzeba co jakiś czas SET GLOBAL uzywac zeby dalo sie konta i postacie tworzyć ?
 
Back
Top