forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: SBSTechInc on October 11, 2005, 04:42:02 pm

Title: [Fixed] Bridge 'Enable' Greyed out
Post by: SBSTechInc on October 11, 2005, 04:42:02 pm
I went through the Bridge Manager in Admin Tools but the

: Enable integration/bridging with phpBB
'enable' is greyed out

Here's my board config.

forum is at http://mydomain.com/funzone
cpg is at http://mydomain.com/funzone/cpg


relativeforum path: /funzone/
Cookie prefix: phpbb2mysql (same as my phpbb)

phpBB version (logout flag): 2.0.5 or higher

After the last bridging screen i clicked next and it takes me back to the main 'Bridge Wizard: enable/disable BBS integration' screen with 'enable' greyed out and 'disable' automatically selected.

I ran the versioncheck utility and all file permissions are properly set, with all the file version up-to-date (everything is green, no red or yellow.

My cpg_redir.php (located at http://mydomain.com/funzone/cpg_redir.php) is as follows:

Code: [Select]
<?php
if (!$_SERVER['HTTP_HOST']) {
  
$cpg_host=$HTTP_SERVER_VARS['HTTP_HOST'];
} else {
  
$cpg_host='mydomain.com';
}
$cpg_path='/funzone/cpg';
header("Location: http://".$cpg_host.$cpg_path);
exit;
?>

Of course mydomain.com replaces my actual domain name  :).

My 'Gallery Configuration - Coppermine Photo Gallery 1.4.1 (beta)
: Cookies settings
--  Cookie name: cpg140
--  Cookie path: /
Please help..
Title: Re: Bridge 'Enable' Greyed out
Post by: Joachim Müller on October 12, 2005, 07:29:46 am
versioncheck info is not up to date, you need to have your files updated by cvs, see sticky threads on this sub-board. Also, you'll have to post an actual URL instead of the dummy placeholder. The greyed out "enable" field means that you can't enable the bridge because you haven't specified everything correctly.
Title: Re: Bridge 'Enable' Greyed out
Post by: SBSTechInc on October 13, 2005, 01:54:39 am
Running versioncheck all files are green and up-to-date..

thanks
Title: Re: Bridge 'Enable' Greyed out
Post by: Joachim Müller on October 13, 2005, 05:58:09 am
like I said: versioncheck.php is irrelevant for the beta - you need to update your files from the devel branch of the cvs. Did you look at the sticky as suggested?
Title: Re: Bridge 'Enable' Greyed out
Post by: SBSTechInc on October 13, 2005, 04:27:37 pm
Sorry about that..  I used TorquoiseCVS and updated everything..  I deleted the cpg132_bridge table, ran update.php and go through the bridgemgr and everything is running fine now..  Thank you for your assistance.