not able to view users not able to view users
 

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

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