$config['require_login'] = array(
'guilds' => true,
'guildwars' => true,
);
In guild options, click on guild name(or guild logo) and you will see.
http://yourwebsite/guilds.php?name=Fuckers open? put your guilds.php at pastebin, it's the default one?
try thisYes, after clicking on the guild, a new page opens, only with an error in the layout as the image shows.
![]()
Here is guilds.php in pastebin. Link.
SHIFT+F5 you using xampp?
Your site url needs to be yourwebsite.com not yourwebsite.com/yourwebsite.com/guilds.php/ XD
Configure it properly in config.php
Etc:
"http://127.0.0.1/" for localhost only.
Code:$config['require_login'] = array( 'guilds' => true, 'guildwars' => true, );
Change this to false in config.php