Login and Register link not working Login and Register link not working
 

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

Login and Register link not working

Started by panhead, November 20, 2005, 06:26:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

panhead

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


Nibbler

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.

panhead