• 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 Create Guild issue..

Naxtie

mapper, designer
Joined
Oct 15, 2011
Messages
1,565
Solutions
1
Reaction score
250
Location
Sweden
Getting this error when trying to create a guild on the website. Any clues on whats wrong?

Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'description' in 'field list'' in C:\xampp\htdocs\pot\OTS_Guild.php:365 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Guild.php(365): PDO->query('UPDATE `guilds`...') #1 C:\xampp\htdocs\guilds.php(1139): OTS_Guild->setCustomField('description', 'New guild. Lead...') #2 C:\xampp\htdocs\index.php(151): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Guild.php on line 365

And i'm getting this error, when trying to enter Guild page.
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'logo_gfx_name' in 'field list'' in C:\xampp\htdocs\pot\OTS_Guild.php:327 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Guild.php(327): PDO->query('SELECT `logo_gf...') #1 C:\xampp\htdocs\guilds.php(68): OTS_Guild->getCustomField('logo_gfx_name') #2 C:\xampp\htdocs\index.php(151): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Guild.php on line 327
Thanks in advance,
Naxtie
 
Last edited:
Do you have the columns description and logo_gfx_name in the guilds table?
 
I dont know.. seems like my table "guilds" is bugged :S

- - - Updated - - -

No I dont have the colums description and logo_gfx_name :/
 
Back
Top