I run it right out of the box and get this....
Fatal error: Call to a member function on a non-object in /home/drumlin/public_html/threads/pals/eventspal.php on line 230
Line 230 is:
$sth = $dbh -> do_query($query);
The query that this tries to run is:
SELECT Bo_Keyword <br /> FROM {$config['tbprefix']}Boards <br /> WHERE $Grouppostsquery <br /> ORDER BY Bo_Keyword ASC
I'm guessing it doesn't like the $Grouppostquery variable?