sillywabbit

I also notice your script is in a sub directory (dating) http://www.thefuzzypeach.com/dating/.

You need to edit also the content in table "Modules" column "Conf"

From This :

$mods['phpbb']['ModuleDirectory'] = 'forum/';

To This :

$mods['phpbb']['ModuleDirectory'] = $site[url].'forum/';
So that it could accurately see where is the script located.