• 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] Uncaught exception 'E_OTS_NotLoaded

FKaupert

Joker Wolf
Joined
Nov 14, 2009
Messages
60
Reaction score
0
Location
Brazil
When I create a character on my website, I type the name, choose the
sex and when I click SUBMIT, it creates the character but it gives this error. Will
someone who knows how to fix?

Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:1866 Stack trace: #0 C:\xampp\htdocs\accountmanagement.php(920): OTS_Player->getSkill(0) #1 C:\xampp\htdocs\index.php(75): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 1866

otnet.png
 
Last edited:
Thanks, its ok now... but now is experiencing an error when I search some character

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' in 'field list'' in C:\xampp\htdocs\characters.php:95 Stack trace: #0 C:\xampp\htdocs\characters.php(95): PDO->query('SELECT `id`, `d...') #1 C:\xampp\htdocs\index.php(111): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\characters.php on line 95
 
Last edited:
Sorry Glidarn, but is other error:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' in 'field list'' in C:\xampp\htdocs\characters.php:95 Stack trace: #0 C:\xampp\htdocs\characters.php(95): PDO->query('SELECT `id`, `d...') #1 C:\xampp\htdocs\index.php(111): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\characters.php on line 95
 
Back
Top