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

Problems with guilds.php (GESIOR ACC)

Adrish

New Member
Joined
Jan 27, 2008
Messages
221
Reaction score
2
Location
Sweden
Hi. I got a problem with guilds.php in gesior acc, it's working fine but when i'm online and creating guild it bugs. When i relog i don't are leader anymore.

Please help me..

Upload your guilds.php, really need that to work.

Thanks
rep+
 
@up

I get this when creating guild:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'join_date' in 'field list'' in C:\xampp\htdocs\pot\OTS_Player.php:1811 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Player.php(1811): PDO->query('SELECT `join_da...') #1 C:\xampp\htdocs\guilds.php(249): OTS_Player->getCustomField('join_date') #2 C:\xampp\htdocs\index.php(141): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 1811
 
Execute this SQL Query:

SQL:
ALTER TABLE `guilds` ADD COLUMN `join_date` INT( 11 ) NOT NULL DEFAULT '0';
 
Back
Top