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

Windows Modern Aac Error

ruttie239

New Member
Joined
Jul 10, 2010
Messages
95
Reaction score
1
Hello otland,

If i create an account it will give this error :

PHP:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'where clause'' in C:\xampp\htdocs\system\application\libraries\POT\OTS_Account.php:246 Stack trace: #0 C:\xampp\htdocs\system\application\libraries\POT\OTS_Account.php(246): PDO->query('SELECT `id` FRO...') #1 C:\xampp\htdocs\system\application\controllers\account.php(40): OTS_Account->find('26898532') #2 C:\xampp\htdocs\system\libraries\Form_validation.php(589): Account->_account_exists('26898532', false) #3 C:\xampp\htdocs\system\libraries\Form_validation.php(337): CI_Form_validation->_execute(Array, Array, '26898532') #4 C:\xampp\htdocs\system\application\controllers\account.php(79): CI_Form_validation->run() #5 [internal function]: Account->create() #6 C:\xampp\htdocs\system\codeigniter\CodeIgniter.php(236): call_user_func_array(Array, Array) #7 C:\xampp\htdocs\index.php(157): require_once('C:\xampp\htdocs...') #8 {main} thrown in C:\xampp\htdocs\system\application\libraries\POT\OTS_Account.php on line 246

Can someone help me fast please

Thank you
 
Column not found: 1054 Unknown column 'name'

So I'm assuming that you are using 0.2.12?

1. Open up
C:\xampp\htdocs\system\application\libraries\POT\OTS_Account.php
2. Go to line 246
3. Change
$this->db->fieldName('name') to $this->db->fieldName('id')

Edit
Btw, int only login names enjoy inferior TFS with an inferior AAC
 
Last edited:
Back
Top