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

Gesior AccM. with Tfs. Error.

archu

New Member
Joined
Apr 6, 2011
Messages
8
Reaction score
0
I installed gesior acc maker with tfs. All is ok, buy when i want manage my account:

Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in /home/arch/www/******/htdocs/pot/OTS_Account.php:403 Stack trace: #0 /home/arch/www/******/htdocs/accountmanagement.php(24): OTS_Account->getCreated() #1 /home/arch/www/******/htdocs/index.php(147): include('/home/arch/www/...') #2 {main} thrown in /home/arch/www/******/htdocs/pot/OTS_Account.php on line 403
 
Does your accounts table have a 'created' column? If not, add:
SQL:
ALTER TABLE `accounts` ADD `created` INT(11) DEFAULT 0;
 
Still I've got error;/
Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in /home/arch/www/********/htdocs/pot/OTS_Account.php:368 Stack trace: #0 /home/arch/www/********/htdocs/index.php(31): OTS_Account->getPageAccess() #1 {main} thrown in /home/arch/www/********/htdocs/pot/OTS_Account.php on line 368
 
Back
Top