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

Linux Blank page when creating character in Gesior.

hell troy

New Member
Joined
Mar 7, 2011
Messages
2
Reaction score
0
When i create a character i, appears a blank page (nothing loads), but the character created anyways, isn't error of accountmanagement.php, but idk from where cames this error.

Thanks.

- - - Updated - - -

bump
 
go to index.php
and down
Code:
<?PHP
//start :)
put this:
PHP:
ini_set( 'display_errors', 1 );
example:
PHP:
<?PHP
//start :)
ini_set( 'display_errors', 1 );
and now see what error have you characters.php and post here.
 
Back
Top