Steelhan wrote:I'm getting the following error when trying to run Event Calendar.
Fatal error: main() [function.require]: Failed opening required 'ROSTER_BASElib/wowdb.php' (include_path='.;c:\php4\pear') in E:\web\fallen_dragonfly\modules\EventCalendar\index.php on line 7
Any ideas?
Yes, you need to comment out the following line (should be line 13) in eventlist.php:
require_once 'lib/wowdb.php';
(just change it to look like this:)
// require_once 'lib/wowdb.php';
There are a few other issues with getting it to run as a DF module (links and such). I have not tried an upload yet, but I can get the SQL data that was entered in IslandStyle's SQL export to display.
This is a priority for my guild at the moment, so I will probably spend some debugging time this weekend. I will submit a (hopefully) working version when possible
Edit: Blah, I'm an idiot. I tried using the original download instead of the "partial conversion" linked in the first post of this topic. Download that one and you'll be pretty close to there.
It contains the much better code line:
require_once ROSTER_BASE. 'lib/wowdb.php';
Anyway, I'll take a deeper look and see if I can get a working installer this weekend. It's a sweet sweet mod.