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

Bugg in gesior acc! rep++++

enriel

Big L
Joined
Dec 14, 2007
Messages
1,254
Reaction score
2
Location
Montenegro
When I try to make a account I've got this error;
Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Player.php:1832 Stack trace: #0 C:\xampp\htdocs\accountmanagement.php(703): OTS_Player->getSkill(0) #1 C:\xampp\htdocs\index.php(130): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 1832

It still works to create character bug I get this bug, is it serious?
 
Try executing this at your phpMyAdmin:

PHP:
UPDATE accounts SET hide = '1', hidemail = '1', hidechars = '1', location = 'Where', rlname = 'Name';
UPDATE players SET comment = 'Put your comment here';
 
tried to re-import your database?


And also, be sure you're downloading the correct version of the account manager that you're using in the server, that can be the problem too.

Yours,
Nikkster
 
Back
Top