coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: dgltdreamer on March 29, 2005, 01:13:33 AM

Title: Help!!! What am I doing wrong
Post by: dgltdreamer on March 29, 2005, 01:13:33 AM
I change all the files based on the instructions and now I aget this error

Warning: main(bridge/phpbb.inc.php): failed to open stream: No such file or directory in /home/.fedor/digidream/thedigidreamer.com/gallery/cpg132/include/init.inc.php on line 240

Fatal error: main(): Failed opening required 'bridge/phpbb.inc.php' (include_path='.:/usr/local/lib/php') in /home/.fedor/digidream/thedigidreamer.com/gallery/cpg132/include/init.inc.php on line 240

It worked for a while but not any more
Title: Re: Help!!! What am I doing wrong
Post by: Nibbler on March 29, 2005, 01:51:13 AM
http://thedigidreamer.com/gallery/cpg132/bridge/phpbb.inc.php gives me a 404, re-upload the file and check it is readable.
Title: Re: Help!!! What am I doing wrong
Post by: dgtldreamer on March 30, 2005, 01:06:20 AM
I re uploaded teh file and now I can get into the gallery but when I try to log out or in I get a page can not be displayed error..............now what??????

Thanks for the help

Staci
Title: Re: Help!!! What am I doing wrong
Post by: Nibbler on March 30, 2005, 02:15:08 AM
You have your bridge file setup wrongly. Make sure you specified the correct path as your WEB_PATH.
Title: Re: Help!!! What am I doing wrong
Post by: dgtldreamer on March 30, 2005, 09:23:18 PM
here is my code for the web path:

// The web path to your phpBB directory
// If your URL to your board is for example 'http://yoursite_name.com/phpBB2/',
// you'll have to set the below var to '/phpBB2/'.
define('PHPBB_WEB_PATH', '/index.php/');

the actual path is

http://thedigidreamer.com/index.php

thanks for your help
Title: Re: Help!!! What am I doing wrong
Post by: Nibbler on March 30, 2005, 09:33:45 PM
define('PHPBB_WEB_PATH', '/');
Title: Re: Help!!! What am I doing wrong
Post by: dgtldreamer on March 30, 2005, 09:39:20 PM
Thanks!!!! I'm off to fix it right now!!!!!!