Welcome Guest, Not a member yet? Register   Sign In
phpBB bridge: Having incredible difficulty making it work.
#6

[eluser]Tweakin[/eluser]
Well nothing you have mentioned so far means phpbb_library would not work. I would suggest not trying to work around anything, instead just do everything as it is intended and only change the value of the path to your forums in phpbb_library's constructor.

Make a controller exactly like the one I wrote above, call it sample.php. Add phpbb_library.php to your /application/libraries/ folder.

Change this line:

Code:
public function __construct()
{
    //....
    define('FORUM_ROOT_PATH', '/path/to/your/phpbb3/installation/');
    //....
}

To the real path of your forums, starting from your file root. Given what you wrote, it would be something like /homepages/XX/XXXXXXX/htdocs/forums/.

Then try the controller again.


Messages In This Thread
phpBB bridge: Having incredible difficulty making it work. - by El Forum - 01-10-2010, 12:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB