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
http://forum.coppermine-gallery.net/index.php?topic=17684.0
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);
Set your PHPBB_WEB_PATH to /uhcc/phpbb/ as in the example.
thanks peeps.. all sorted missed out a few more /'s god i h8 programming crap lol