I have tried for over 5 hours to resolve on my own. I am stuck. I cannot even access the gallery anymore.
You asked for: Please post a link to your site, a test user account, and what you have changed in the bridge file.
www.sillyleann.com/home - location of phpbb
www.sillyleann.com/gallery - location of gallery
test user (only in phpbb) because I cannot get to my gallery anymore:
user: yadayadayada
pw: boo
Bridge File:
// database configuration
define('PHPBB_DB_NAME', '**********'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', ''); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', ''); // The password to use to connect to the database
// 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', '/home/');
// Logout Flag
// the value of this boolean constant depends on your phpBB version:
// If your version of phpBB is 2.0.4 or lower - change the value to FALSE;
// if your version of phpBB is 2.0.5 or newer - leave it as TRUE
define('PHPBB_LOGOUT_GET', TRUE);
You need to fill in the correct username and password for your database. You can get this from the config.php file located in your phpbb folder.
I don't know why, but I was putting my login values there. It is agravating to try 10001 things and it be something simple. Thanks so much.