• 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] Error while creating character

Linken93

Member
Joined
Apr 6, 2010
Messages
313
Reaction score
7
Location
SWEDEN
Hi!

I need some help to solve a problem while creating a character.

When I'm creating a character I receive a white page with this error,

Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\UniServer\www\pot\OTS_Player.php:1866 Stack trace: #0 C:\UniServer\www\accountmanagement.php(954): OTS_Player->getSkill(0) #1 C:\UniServer\www\index.php(311): include('C:\UniServer\ww...') #2 {main} thrown in C:\UniServer\www\pot\OTS_Player.php on line 1866

accountmanagement.php line 954

Code:
                                                $player->setSkill(0,$char_to_copy->getSkill(0));

index.php line 311
Code:
                include("accountmanagement.php");

OTS_player.php line 1866
Code:
            throw new E_OTS_NotLoaded();

Thanks in advance!
 
Back
Top