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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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