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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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