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

error when looking at highscores in site

xkevinz

Member
Joined
Aug 15, 2007
Messages
358
Reaction score
5
when i look on highscores, ig et this error

Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Account.php:768 Stack trace: #0 C:\xampp\htdocs\highscores.php(93): OTS_Account->isBanned() #1 C:\xampp\htdocs\index.php(160): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 768


how do if ix it?
 
GO to line 768 in your /pot/ots_account.php

delete the row and paste this line:
PHP:
            throw new E_OTS_NotLoaded();
 
Back
Top