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

Zerak

http://otstatus.com/
Joined
Oct 4, 2009
Messages
1,126
Reaction score
48
Location
Sweden
When i click on player,
i get this error:
HTML:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:276 Stack trace: #0 C:\xampp\htdocs\characters.php(23): OTS_Player->getOldName() #1 C:\xampp\htdocs\index.php(99): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 276
 
well, i did reset my database, and imported my server. and installed the gesior AAC again :D and works 100%
 
Line 276 from ots_player.php

Code:
throw new E_OTS_NotLoaded();

++Rep to whoever tells me what to replace this with xD
 
yes its character.php, but its because u have to fix ur database, so remove ur old database and make new.
 
post characters.php, nubz
it can't be with database unless you're missing a column, but it doesn't say anything abotu a missing column here.
 
Back
Top