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

Solved Gesior Acc Fatal error!!

Boza

New Member
Joined
Feb 16, 2010
Messages
184
Reaction score
0
PHP:
Fatal error: Call to undefined method OTS_Account::getBanTime() in C:xampphtdocsaccountmanagement.php on line 31

PHP:
                if($account_logged->isBanned()) 
                        if($account_logged->getBanTime() > 0) 
                                $welcome_msg = '<font color="red">Your account is banished until '.date("j F Y, G:i:s", $account_logged->getBanTime()).'!</font>'; 
                        else 
                                $welcome_msg = '<font color="red">Your account is banished FOREVER!</font>';

This happened when I attempted to log in via website, anyone know a related Thread or even a fix? Server distro is CryingDamson 0.3.6
 
Last edited:
Yeah, Players that are baned should STILL be able to log into their account on the web site. I sure hope someone has a fix for this!
 
Back
Top