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

Lua OTS_Player & OTS_Accounts errors!

DonHagman

Chill'Reward2014
Joined
Dec 26, 2010
Messages
875
Reaction score
186
Location
Dudeland, Macronesia
Hello!

I have reinstalled my Gesior AAC, and now I got alot of trouble with it..

I've tested 3 different Gesior's, and alot of different OTS_Accounts.php without any success.

Error:
Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Account.php:403 Stack trace: #0 C:\xampp\htdocs\accountmanagement.php(23): OTS_Account->getCreated() #1 C:\xampp\htdocs\index.php(135): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 403


Would be glad if anyone could help me out. :)


Thanks in advice
Hagman :ninja:
 
Another thing,

When searching for a player, this error comes:

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(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
 
Edit all the column types in phpmyadmin and remove attribute "NULL", also a default value for them. Something like INT and "0" without quotes in the text box.
 
Back
Top