coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: panhead on November 20, 2005, 06:26:55 PM

Title: Login and Register link not working
Post by: panhead on November 20, 2005, 06:26:55 PM
One more (small) problem. If you are not looged in and click on 'Login' or 'Register' you get a message that www.hydra-glide.comhttp is not found. I must have screwed a variable. Which one and where can I find that one?


Link: http:www.hydra-glide.com/coppermine/index.php (//http://http:www.hydra-glide.com/coppermine/index.php)
Changed in bridge fiel:
// 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', 'http://www.hydra-glide.com/phpBB2/');

Title: Re: Login and Register link not working
Post by: Nibbler on November 20, 2005, 06:29:36 PM
Quote from: panhead on November 20, 2005, 06:26:55 PM
// 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', 'http://www.hydra-glide.com/phpBB2/');

That's an URL, not a path. The default was fine, there was no need to change it atall.
Title: Re: Login and Register link not working
Post by: panhead on November 20, 2005, 06:35:26 PM
Thank you!