The site can be found here
-- edited --
When trying to use Faction Rewards, it will only display a blank page.
One of the files in lib was showing up as an error when I set it up - I have replaced the file and it shows up OK now.
Searching on the forums, I have found a problem someone else had (forum link here that was resolved by modifying an include line to have $addonDir. in front of function.php.
If I changed index.php
- Code: Select all
require_once 'functions.php';
to
- Code: Select all
require_once ($addonDir.'functions.php');
This modification will get the page to a point where it loads up WoWRoster, but doesn't give the options for configuring factionrewards, or choosing a faction etc.
Any help would be apprectiated.