Okay.. so I tried not to post. I scoured the other threads and tried several of the fixes supplied for each of the problems. Non worked.
So sorry for the post but I am stumped.
without integration I can login just fine. With integration on, I try to log in and it sends me to the phpbboard login just fine, I log in and it bounces me to the gallery just fine, but I am still not logged in.
I know from reading that it is a cookie problem of some sort, but darn it if I cant find an answer that fixes my issue.
link to galler:
http://www.mylifeinascrapbook.com/phpbboard/galleryuser name is board pw is giraffe
Thanks for the help!
Dax
// ------------------------------------------------------------------------- //
// phpBB2 Integration for Coppermine //
// ------------------------------------------------------------------------- //
// Modify the values below according to your Board installation //
// ------------------------------------------------------------------------- //
// database configuration
define('PHPBB_DB_NAME', 'palmer_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', '****'); // The username to use to connect to the database
[edit GauGau]Username removed[/edit]define('PHPBB_DB_PASSWORD', '****'); // The password to use to connect to the database
[edit GauGau]Password removed[/edit]// 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', '/phpbboard/');
// 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);
// ------------------------------------------------------------------------- //
// You can keep the default values below if your instalation is standard
// ------------------------------------------------------------------------- //
// The prefix for the phpBB cookies
define('PHPBB_COOKIE_PREFIX', 'phpbb2mysql'); // The prefix used for board cookies
// Prefix and names for the database tables
define('PHPBB_TABLE_PREFIX', 'phpbb_'); // The prefix used for the DB tables
define('PHPBB_USER_TABLE', 'users'); // The members table
define('PHPBB_SESSION_TABLE', 'sessions'); // The session table
define('PHPBB_GROUP_TABLE', 'groups'); // The groups table
define('PHPBB_UGROUP_TABLE', 'user_group'); // The group/user table
// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //