• 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 account error

Status
Not open for further replies.

Xavicrak

New Member
Joined
Mar 23, 2010
Messages
186
Reaction score
4
Gesior-AAC 0.6.2
when i intent log in web pag, with accounts appear this error:



Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'reason' in 'field list'' in C:\xampp\htdocs\pot\OTS_AccountBan.php:55 Stack trace: #0 C:\xampp\htdocs\pot\OTS_AccountBan.php(55): PDO->query('SELECT `id`, `t...') #1 C:\xampp\htdocs\pot\OTS_Account.php(935): OTS_AccountBan->find('1546325') #2 C:\xampp\htdocs\accountmanagement.php(32): OTS_Account->isBanned() #3 C:\xampp\htdocs\index.php(156): include('C:\xampp\htdocs...') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_AccountBan.php on line 55

help please
 
change your folder
Pot.. in c:/htdocs/pot..
for this.. download and change.
pot.rar - Speedy Share - upload your files here
 
changed and now this:

Fatal error: Call to undefined method OTS_Account::getRecoveryKey() in C:\xampp\htdocs\accountmanagement.php on line 12

:S
 
helped a lot with it cronoxs, thx and like for you, don't remove the downloads, can help a lot someone with the same error
 
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'reason' in 'field list'' in C:\xampp\htdocs\pot\OTS_AccountBan.php:55 Stack trace: #0 C:\xampp\htdocs\pot\OTS_AccountBan.php(55): PDO->query('SELECT `id`, `t...') #1 C:\xampp\htdocs\pot\OTS_Account.php(935): OTS_AccountBan->find('4680786') #2 C:\xampp\htdocs\characters.php(269): OTS_Account->isBanned() #3 C:\xampp\htdocs\indexs.php(113): include('C:\xampp\htdocs...') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_AccountBan.php on line 55
 
Man i'm your fan!

Very thanks ;x problem fixed!

For the guys that don't know how to solve this problem, look this code:

ALTER TABLE `bans` ADD `reason` INT UNSIGNED NOT NULL DEFAULT 0

execute this query on your Database (phpmyadmin) and all run perfect!
 
Status
Not open for further replies.
Back
Top