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

Website Error.. Help?

Naxtie

mapper, designer
Joined
Oct 15, 2011
Messages
1,565
Solutions
1
Reaction score
250
Location
Sweden
This error pops up when i want to watch a character profile on the website.. i have no clue whats wrong.
Would appreciate some help, thanks!

Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:276 Stack trace: #0 C:\xampp\htdocs\characters.php(42): OTS_Player->getOldName() #1 C:\xampp\htdocs\index.php(111): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 276
 
Locate the E_OTS_NotLoaded in OTS_Player.php, line 276.

Replace it with return null;;
 
Then this one appears instead, Parse error: syntax error, unexpected T_RETURN, expecting T_STRING or T_VARIABLE or '$' in C:\xampp\htdocs\pot\OTS_Player.php on line 276
 
Back
Top