coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: cannedfool on June 17, 2005, 02:45:19 AM

Title: not able to view users
Post by: cannedfool on June 17, 2005, 02:45:19 AM
i thought ide put this in here as i intergrated it with phpbb

when i try to view users in admin mode i get the msg

127.0.0.1UHCC could not be found. the button is pointing to 127.0.0.1/UHCC/coppermine/usermgr.php

any help?

edit: i have hust found out it does it when i try to log in and out too.. although i can login on phpbb and be logged in on coppermine and log out on phpbb.. etcetc
Title: Re: not able to view users
Post by: Joachim Müller on June 17, 2005, 07:24:29 AM
http://forum.coppermine-gallery.net/index.php?topic=17684.0
Title: Re: not able to view users
Post by: cannedfool on June 17, 2005, 12:55:20 PM


bridge file:


// database configuration
define('PHPBB_DB_NAME', 'uhcc'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'root'); // 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', 'UHCC/PHPBB/');
// 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);
Title: Re: not able to view users
Post by: Nibbler on June 17, 2005, 01:03:01 PM
Set your PHPBB_WEB_PATH to /uhcc/phpbb/ as in the example.
Title: Re: not able to view users
Post by: cannedfool on June 17, 2005, 01:50:10 PM
thanks peeps.. all sorted missed out a few more /'s god i h8 programming crap lol