I haven't been using Joomla very long although I am familiary with phpBB. I am working to update my site but have to include the phpBB3 forum because it would be a huge waste not to. I am trying to get Rokbridge to work and while the instructions etc all seem self explanatory I am still having a problem.
The folder for the forum is phpBB3
The folder for the bridge is forum
Here is my configuration file.
<?php
class JConfigForum
{
var $phpbb_path = 'phpBB3';
var $sef = '0';
var $sef_rewrite = '0';
var $remember_login = false;
var $live_site = '';
}
?>
After following the instructions the test URL is xxx/forum but I only get a page with "Error displaying the error page: Application Instantiation Error"
I have obviously done something wrong although I have tried to install Rokbridge three times.
I am using the Oculus Theme on both Joomla and phpBB and used the Rocketlauncher to install a fresh copy of phpBB3.
Is there a known bug or should I step outside and beat my head against a wall? Thanks