not able to view users not able to view users
 

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

not able to view users

Started by cannedfool, June 17, 2005, 02:45:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cannedfool

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

Joachim Müller


cannedfool

#2


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

Nibbler

Set your PHPBB_WEB_PATH to /uhcc/phpbb/ as in the example.

cannedfool

thanks peeps.. all sorted missed out a few more /'s god i h8 programming crap lol