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
http://thedigidreamer.com/gallery/cpg132/bridge/phpbb.inc.php gives me a 404, re-upload the file and check it is readable.
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
You have your bridge file setup wrongly. Make sure you specified the correct path as your WEB_PATH.
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
define('PHPBB_WEB_PATH', '/');
Thanks!!!! I'm off to fix it right now!!!!!!