Cannot Get to Coppermine Gallery after Bridge Attempt Cannot Get to Coppermine Gallery after Bridge Attempt
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Cannot Get to Coppermine Gallery after Bridge Attempt

Started by sillyleann, August 05, 2005, 12:32:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sillyleann

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);



Nibbler

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.

sillyleann

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.