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

Never ending guild problem, Gesior, tfs 1.2

jimmydunphy

New Member
Joined
Aug 9, 2007
Messages
68
Reaction score
3
Location
Nova Scotia Canada
First, Thanks again to otlands for all the help with my issues!

The issue I'm having now is that after I create the guild, it brings me to the guild manager but doesn't show players, and when I go to mysql database, it isn't in there under the "guilds" tab either. I don't see any leader functions or anything, just a blank page, cannot even invite players? I'll paste my guilds.php below, thank you!

http://pastebin.com/3bvqicBh
 
Execute this SQL Query:

Code:
delete from guilds;

Then:

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

Also, in config.lua:

Code:
ingameGuildManagement = true

change it to false.
 
Thanks for your reply! I've done what you've said but still nothing has changed. I cannot see anything on the webpage in my guild manager. Also, I do not have a "ingameGuildManagement" function in my config.lua, should I add it?

This is my guild manager page
Guild Members

Rank
Name and Title


Invited Characters
No invited characters found.
 
Back
Top