• 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 Website Error

Chestnutz

Senior Member
Joined
May 19, 2010
Messages
344
Reaction score
20
hello,
I cannot access my account management page on my website i get this error:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'field list'' in C:\xampp\htdocs\pot\OTS_DB_MySQL.php:153 Stack trace: #0 C:\xampp\htdocs\pot\OTS_DB_MySQL.php(153): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\pot\OTS_Account.php(228): OTS_DB_MySQL->query('SELECT `id`, `n...') #2 C:\xampp\htdocs\pot\OTS_Account.php(251): OTS_Account->load('2') #3 C:\xampp\htdocs\index.php(50): OTS_Account->find('8323759') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_DB_MySQL.php on line 153
any ideas?
thanks.
 
hello,
I cannot access my account management page on my website i get this error:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created' in 'field list'' in C:\xampp\htdocs\pot\OTS_DB_MySQL.php:153 Stack trace: #0 C:\xampp\htdocs\pot\OTS_DB_MySQL.php(153): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\pot\OTS_Account.php(228): OTS_DB_MySQL->query('SELECT `id`, `n...') #2 C:\xampp\htdocs\pot\OTS_Account.php(251): OTS_Account->load('2') #3 C:\xampp\htdocs\index.php(50): OTS_Account->find('8323759') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_DB_MySQL.php on line 153
any ideas?
thanks.

Code:
 Column not found: 1054 Unknown column 'created' in 'field list''

Do you have column created in player table?
Are you sure you use right version of gesior to your shema version?
 
im not sure which column its looking for

Lol, i did post the error you got.

Code:
 Column not found: 1054 Unknown column 'created' in 'field list''

If you cant figure out from that line what column it looks for, then you will get an hard future in OT development.
 
Back
Top