[Fixed] Bridge 'Enable' Greyed out [Fixed] Bridge 'Enable' Greyed out
 

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

[Fixed] Bridge 'Enable' Greyed out

Started by SBSTechInc, October 11, 2005, 04:42:02 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

SBSTechInc

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:

<?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..

Joachim Müller

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.

SBSTechInc

#2
Running versioncheck all files are green and up-to-date..

thanks

Joachim Müller

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?

SBSTechInc

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.