Hi,

I've installed cpg 1.3 from fantastico cpanel.
I followed all Bridge/Integration documentation.
http://www.texashotboats.com/forums/index.php?sid=c369185ef12a317f56af3af628b2b82ehttp://texashotboats.com/gallery/index.phpmy files are as follows:
init.inc.php
define('COPPERMINE_VERSION', '1.3.2');
// User database integration
// Uncomment the applicable line if you want to use it
define('UDB_INTEGRATION', 'phpbb');
// define('UDB_INTEGRATION', 'invisionboard');
// define('UDB_INTEGRATION', 'vbulletin23');
// define('UDB_INTEGRATION', 'vbulletin30');
// define('UDB_INTEGRATION', 'yabbse');
// define('UDB_INTEGRATION', 'smf');
// define('UDB_INTEGRATION', 'woltlab21');
// define('UDB_INTEGRATION', 'punbb');
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');
phpbb.inc.php
// database configuration
define('PHPBB_DB_NAME', 'cookiman_phpb1'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'cookiman_phpb1'); // 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', '/forums/')cpg_redir.php
<?php
if (!$_SERVER['HTTP_HOST']) {
$cpg_host=$HTTP_SERVER_VARS['HTTP_HOST'];
} else {
$cpg_host=$_SERVER['HTTP_HOST'];
}
$cpg_path='/gallery';
header("Location: http://".$cpg_host.$cpg_path);
exit;
?>I select login from cpg and it directs to forum login then it directs to forum index.
Here I am concerned! It doesen't show that I logged into the forum or the gallery.
at this point im concerned that my forum users won't be logged into the forum correctly.
Note*
I am using an existing forum administrator user name and password to try to login.
I also tried it with the cpg admin admin that I set up when installing.
I tried clearing cookies
I tried login in to the forum and then going to cpg (still not logging in)
can you look things over I really like cpgs look and the fact that it can be bridged with my existing forum. I had complaints about not being able to use the same username and pass on my previous gallery powered by gallery.
Thanks
wingman
