This is my first experience with roster so please be patient. I have roster installed but I keep getting an error when I try and upload for the first time. This is the error that I get:
Message
Could not find guild: 'guildName' for server 'realmName'
You need to load your guild first and make sure you finished configuration
I have looked for over 2 hours trying to find the fix. The install.txt says to go to /admin/config.php and enter the guild and server names there. So this is where the issues arise. I do not have an admin folder and the closest thing to a config.php is conf.php. I am not sure what script I have to go to to fix this. The conf.php looks like this:
<?php
/******************************
* AUTO-GENERATED CONF FILE
* DO NOT EDIT !!!
******************************/
$db_host = "localhost";
$db_name = "heirsoft_roster";
$db_user = "heirsoft";
$db_passwd = "rogue_1";
$db_prefix = "roster_";
define('ROSTER_INSTALLED', true);
?>
This is the file that during install told me to download and then upload to my site. Any help would be appreciated. Thanks in advance.