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,
accountmanagement.php line 954
index.php line 311
OTS_player.php line 1866
Thanks in advance!
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!