• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Help Me And Iill Rep You + ! :D Site Error

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
I Got This Error
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:1866 Stack trace: #0 C:\xampp\htdocs\accountmanagement.php(960): OTS_Player->getSkill(0) #1 C:\xampp\htdocs\index.php(123): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 1866
 
Open OTS_Player.php. Find line 1866

Code:
throw new E_OTS_NotLoaded();

Replace with

Code:
return NULL;;
 
It should work as it should if you replaced the line with return NULL;;
 
Back
Top