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

Solved [GESIOR] A little bug after create character.

Tovar

Brak V
Joined
Jul 26, 2008
Messages
347
Reaction score
8
The explanation is simple, after create the caracter, the web show this....

Sin título.jpg

What I need change on my accountmanagement.php? or is on character.php?
 
Last edited:
It's most likely just a typo somewhere, or a problem with a query.

In your php.ini, add the following to show what is causing the error.

display_errors On
error_reporting = E_ALL & ~E_NOTICE

Or

Put this in your index.php
error_reporting(E_ALL);
 
Back
Top